We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 324df24 commit 8e92343Copy full SHA for 8e92343
1 file changed
content/wardrive.js
@@ -25,7 +25,7 @@ const REMOTE_DEBUG_BATCH_MAX = 100; // Maximum logs per batch
25
const REMOTE_DEBUG_FLUSH_INTERVAL_MS = 15000; // Flush every 15 seconds
26
const REMOTE_DEBUG_RATE_LIMIT = 10; // Max logs per second
27
const REMOTE_DEBUG_RATE_RESET_MS = 1000; // Rate limit reset interval
28
-const REMOTE_DEBUG_GRACE_PERIOD_MS = 15000; // Grace period before rate limiting starts (15 seconds)
+const REMOTE_DEBUG_GRACE_PERIOD_MS = 5000; // Grace period before rate limiting starts (15 seconds)
29
30
const debugLogQueue = {
31
messages: [], // Array of {date: <epoch>, message: <string>}
0 commit comments