There was an error while loading. Please reload this page.
1 parent 09e2807 commit 1700d4fCopy full SHA for 1700d4f
1 file changed
bridges/kimaki/plugins/kimaki-session-attribution.ts
@@ -12,7 +12,7 @@ type SessionAwareHooks = Awaited<ReturnType<Plugin>> & {
12
};
13
14
const DISCORD_THREAD_URL = /^https:\/\/discord\.com\/channels\/\d{17,20}\/(\d{17,20})\/?$/;
15
-const LOOKUP_TIMEOUT_MS = 2_000;
+const LOOKUP_TIMEOUT_MS = 5_000;
16
const OUTPUT_LIMIT = 1_024;
17
18
const sessionAttribution = (async (_input: PluginInput): Promise<SessionAwareHooks> => {
0 commit comments