mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-22 14:41:34 +00:00
perf: narrow discord timeout import seam
This commit is contained in:
@@ -21,6 +21,7 @@ const ALLOWED_EXTENSION_PUBLIC_SURFACES = new Set([
|
||||
"session-key-api.js",
|
||||
"setup-api.js",
|
||||
"setup-entry.js",
|
||||
"timeouts.js",
|
||||
]);
|
||||
const GUARDED_CHANNEL_EXTENSIONS = new Set([
|
||||
"bluebubbles",
|
||||
|
||||
@@ -82,7 +82,7 @@ export { collectDiscordStatusIssues } from "../../extensions/discord/api.js";
|
||||
export {
|
||||
DISCORD_DEFAULT_INBOUND_WORKER_TIMEOUT_MS,
|
||||
DISCORD_DEFAULT_LISTENER_TIMEOUT_MS,
|
||||
} from "../../extensions/discord/runtime-api.js";
|
||||
} from "../../extensions/discord/timeouts.js";
|
||||
export { normalizeExplicitDiscordSessionKey } from "../../extensions/discord/session-key-api.js";
|
||||
export {
|
||||
autoBindSpawnedDiscordSubagent,
|
||||
|
||||
Reference in New Issue
Block a user