We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e92343 commit ca269e2Copy full SHA for ca269e2
1 file changed
content/wardrive.js
@@ -23,7 +23,7 @@ let REMOTE_DEBUG_ENABLED = REMOTE_DEBUG_USER && REMOTE_DEBUG_KEY; // Can be disa
23
const REMOTE_DEBUG_ENDPOINT = 'https://meshmapper.net/livedebug.php';
24
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
+const REMOTE_DEBUG_RATE_LIMIT = 20; // Max logs per second
27
const REMOTE_DEBUG_RATE_RESET_MS = 1000; // Rate limit reset interval
28
const REMOTE_DEBUG_GRACE_PERIOD_MS = 5000; // Grace period before rate limiting starts (15 seconds)
29
0 commit comments