faster backup

This commit is contained in:
legop3
2026-01-08 21:38:14 -05:00
parent 173d6fffa7
commit 79c118bc88
+1 -1
View File
@@ -15,7 +15,7 @@ const turnService = require('./turnService');
const managerEvents = new EventEmitter(); const managerEvents = new EventEmitter();
const DOCK_GUARD_WINDOW_MS = 3 * 1000; const DOCK_GUARD_WINDOW_MS = 3 * 1000;
const BACKOFF_MS = 500; const BACKOFF_MS = 500;
const BACKOFF_SPEED = 120; const BACKOFF_SPEED = 300;
const backoffTimers = new Map(); // roverId -> Timeout const backoffTimers = new Map(); // roverId -> Timeout
function ensureRecord(id) { function ensureRecord(id) {