changeset 82:0f0b15d8062c

slow down startup
author drewp@bigasterisk.com
date Fri, 06 Sep 2024 18:28:06 -0700
parents 79320eff10f2
children 7f50e5bb30f5
files calsync/main.go
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/calsync/main.go	Fri Sep 06 18:26:13 2024 -0700
+++ b/calsync/main.go	Fri Sep 06 18:28:06 2024 -0700
@@ -28,7 +28,7 @@
 	"github.com/gorilla/mux"
 )
 
-const startupJitter = 0 * time.Second
+const startupJitter = 60 * time.Second
 
 func main() {
 	startLogging()