Reduce server file refresh latency

This commit is contained in:
npc0-hue
2026-08-26 15:47:34 +08:00
parent e3e1c787be
commit 35f1eb0844
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ import (
)
const (
defaultJobPollSeconds = 2
defaultJobPollSeconds = 1
defaultJobMaxAttempts = 3
defaultJobInitialBackoffSeconds = 2
defaultJobMaxBackoffSeconds = 60