test(plugin-sdk): ratchet SQLite helper surface · openclaw/openclaw@a4e7d9a
vincentkoc
·
2026-06-16
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -161,7 +161,7 @@ let publicDeprecatedExportsByEntrypointBudget;
|
161 | 161 | try { |
162 | 162 | budgets = { |
163 | 163 | publicEntrypoints: readBudgetEnv("OPENCLAW_PLUGIN_SDK_MAX_PUBLIC_ENTRYPOINTS", 319), |
164 | | -publicExports: readBudgetEnv("OPENCLAW_PLUGIN_SDK_MAX_PUBLIC_EXPORTS", 10269), |
| 164 | +publicExports: readBudgetEnv("OPENCLAW_PLUGIN_SDK_MAX_PUBLIC_EXPORTS", 10270), |
165 | 165 | publicFunctionExports: readBudgetEnv("OPENCLAW_PLUGIN_SDK_MAX_PUBLIC_FUNCTION_EXPORTS", 5161), |
166 | 166 | publicDeprecatedExports: readBudgetEnv( |
167 | 167 | "OPENCLAW_PLUGIN_SDK_MAX_PUBLIC_DEPRECATED_EXPORTS", |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。