changeset 86:c2578b4a8d9d

calsync look 6mo ahead
author drewp@bigasterisk.com
date Sat, 07 Sep 2024 16:15:05 -0700
parents f75b3a109b66
children 84141ef00bd7
files calsync/main.go
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/calsync/main.go	Sat Sep 07 16:14:45 2024 -0700
+++ b/calsync/main.go	Sat Sep 07 16:15:05 2024 -0700
@@ -56,7 +56,7 @@
 	}
 
 	initialSyncBack := (7 * 24) * time.Hour
-	initialSyncAhead := (14 * 24) * time.Hour
+	initialSyncAhead := (120 * 24) * time.Hour
 	err = updateMongoEventsToMatchGoogleForever(mc, gc, initialSyncBack, initialSyncAhead, notifications, startupJitter)
 	if err != nil {
 		log.Fatal(err)