Increase core start seconds (#24604)

This commit is contained in:
Wendelin 2025-03-12 16:19:42 +01:00 committed by GitHub
parent 1d747c0901
commit 1e000d2740
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -16,7 +16,7 @@ import {
type NetworkInfo,
} from "./data/supervisor";
export const ASSUME_CORE_START_SECONDS = 30;
export const ASSUME_CORE_START_SECONDS = 60;
const SCHEDULE_CORE_CHECK_SECONDS = 1;
const SCHEDULE_FETCH_NETWORK_INFO_SECONDS = 5;