perf: reduce idle team refresh polling
This commit is contained in:
parent
889e4cc374
commit
e4483a3ad6
1 changed files with 1 additions and 1 deletions
|
|
@ -94,7 +94,7 @@ const TEAM_CHANGE_EVENT_BURST_WINDOW_MS = 4_000;
|
|||
const TEAM_CHANGE_EVENT_BURST_WARN_COUNT = 8;
|
||||
const TEAM_CHANGE_EVENT_WARN_THROTTLE_MS = 2_000;
|
||||
const TEAM_VISIBLE_IDLE_WATCHDOG_POLL_MS = 10_000;
|
||||
const TEAM_VISIBLE_IDLE_WATCHDOG_STALE_MS = 30_000;
|
||||
const TEAM_VISIBLE_IDLE_WATCHDOG_STALE_MS = 60_000;
|
||||
const TEAM_MESSAGE_FALLBACK_POLL_MS = 10_000;
|
||||
const TASK_LOG_ACTIVITY_PULSE_MS = 3_500;
|
||||
const STARTUP_RUNTIME_STATUS_IDLE_DELAY_MS = 30_000;
|
||||
|
|
|
|||
Loading…
Reference in a new issue