mirror of
https://github.com/legop3/MultiRoombaRover.git
synced 2026-09-15 17:12:59 -04:00
faster backup
This commit is contained in:
@@ -15,7 +15,7 @@ const turnService = require('./turnService');
|
||||
const managerEvents = new EventEmitter();
|
||||
const DOCK_GUARD_WINDOW_MS = 3 * 1000;
|
||||
const BACKOFF_MS = 500;
|
||||
const BACKOFF_SPEED = 120;
|
||||
const BACKOFF_SPEED = 300;
|
||||
const backoffTimers = new Map(); // roverId -> Timeout
|
||||
|
||||
function ensureRecord(id) {
|
||||
|
||||
Reference in New Issue
Block a user