Skip to content

Commit 1700d4f

Browse files
committed
fix: tolerate Kimaki lookup startup latency
1 parent 09e2807 commit 1700d4f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bridges/kimaki/plugins/kimaki-session-attribution.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ type SessionAwareHooks = Awaited<ReturnType<Plugin>> & {
1212
};
1313

1414
const DISCORD_THREAD_URL = /^https:\/\/discord\.com\/channels\/\d{17,20}\/(\d{17,20})\/?$/;
15-
const LOOKUP_TIMEOUT_MS = 2_000;
15+
const LOOKUP_TIMEOUT_MS = 5_000;
1616
const OUTPUT_LIMIT = 1_024;
1717

1818
const sessionAttribution = (async (_input: PluginInput): Promise<SessionAwareHooks> => {

0 commit comments

Comments
 (0)