Increase core start seconds (#24604)

This commit is contained in:
Wendelin 2025-03-12 16:19:42 +01:00 committed by Bram Kragten
parent 9ef72e4afc
commit e871dc8151

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;