permissions hook helper
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Bump notification delay to 15s to avoid false positives from slow tools

+1 -1
+1 -1
chook.mjs
··· 247 247 248 248 // --- Pending notification --- 249 249 250 - const NOTIFY_DELAY_SECS = 5; 250 + const NOTIFY_DELAY_SECS = 15; 251 251 252 252 function pendingFile(sessionId) { 253 253 return `/tmp/chook-pending-${sessionId}`;