This commit is contained in:
2026-04-21 17:21:32 +08:00
parent a17543b95c
commit 3d1e0ea9a3
2 changed files with 3 additions and 3 deletions

View File

@@ -570,7 +570,7 @@ const syncControlCheckTaskGate = async (forceSync = false) => {
let nextState = null
if (Number.isFinite(upperLimit) && upperLimit >= 0 && hostCount > upperLimit) {
if (Number.isFinite(upperLimit) && upperLimit >= 0 && hostCount >= upperLimit) {
nextState = false
} else if (Number.isFinite(lowerLimit) && lowerLimit >= 0 && hostCount < lowerLimit) {
nextState = true