revert min nightshift timeout
This commit is contained in:
parent
c96a21e423
commit
ee0ced410f
@ -8,7 +8,7 @@ import (
|
|||||||
|
|
||||||
const (
|
const (
|
||||||
// arbitrary values to be most likely out of sync with anything else:
|
// 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
|
maxNightshiftTime = 59049 * time.Second // ~2/3day
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user