Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion phodex-bridge/src/bridge.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const { createRolloutLiveMirrorController } = require("./rollout-live-mirror");

const execFileAsync = promisify(execFile);
const RELAY_WATCHDOG_PING_INTERVAL_MS = 10_000;
const RELAY_WATCHDOG_STALE_AFTER_MS = 25_000;
const RELAY_WATCHDOG_STALE_AFTER_MS = 60_000;
const BRIDGE_STATUS_HEARTBEAT_INTERVAL_MS = 5_000;
const STALE_RELAY_STATUS_MESSAGE = "Relay heartbeat stalled; reconnect pending.";
const RELAY_HISTORY_IMAGE_REFERENCE_URL = "remodex://history-image-elided";
Expand Down
Loading
Loading