This commit is contained in:
legop3
2026-04-29 14:50:18 -04:00
parent 9be91c22bd
commit 810c465040
3 changed files with 5 additions and 2 deletions
@@ -6,7 +6,7 @@ const fs = require('fs/promises');
const path = require('path');
const logger = require('../../globals/logger').child('roverSnapshot');
const SNAPSHOT_DIR = path.resolve(__dirname, '..', '..', 'data', 'rover-snapshots');
const SNAPSHOT_DIR = path.resolve(__dirname, '..', '..', '..', 'data', 'rover-snapshots');
const POLL_INTERVAL_MS = 300;
const roverState = new Map();
const events = new EventEmitter();