1
0

revert min nightshift timeout

This commit is contained in:
Arpad Ryszka 2026-03-15 17:56:00 +01:00
parent c96a21e423
commit ee0ced410f

View File

@ -8,7 +8,7 @@ import (
const (
// arbitrary values to be most likely out of sync with anything else:
minNightshiftTime = 6561 * time.Millisecond // ~6sec
minNightshiftTime = 729 * time.Millisecond // ~1sec
maxNightshiftTime = 59049 * time.Second // ~2/3day
)