huskies: merge 630_story_crdt_sync_websocket_keepalive_ping_pong

This commit is contained in:
dave
2026-04-25 21:05:54 +00:00
parent 14b158d0b2
commit 853f53e8e6
2 changed files with 460 additions and 2 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ use crate::slog;
const CLAIM_TIMEOUT_SECS: f64 = 600.0; // 10 minutes
/// Interval between heartbeat writes and work scans.
const SCAN_INTERVAL_SECS: u64 = 15;
pub const SCAN_INTERVAL_SECS: u64 = 15;
/// Run the headless build agent loop.
///