# HG changeset patch # User drewp@bigasterisk.com # Date 1725670401 25200 # Node ID 470eacf452cba4086d01e0f69b767deb4b1a53a4 # Parent 5354739c9b0aef3e379e322cc26a70284f602943 hey we already jitter the passed watchLifetime- don't need to do it twice diff -r 5354739c9b0a -r 470eacf452cb calsync/sync_event.go --- a/calsync/sync_event.go Fri Sep 06 17:52:37 2024 -0700 +++ b/calsync/sync_event.go Fri Sep 06 17:53:21 2024 -0700 @@ -73,8 +73,7 @@ log.Fatal(err) } - jitter := time.Duration(rand.Intn(4)) * time.Minute - watchLifetime := time.Duration(3)*time.Minute + jitter + watchLifetime := time.Duration(3) * time.Minute syncFunc := notificationrouter.SyncFunc(func() { err := r.sync()