# HG changeset patch # User drewp@bigasterisk.com # Date 1725750905 25200 # Node ID c2578b4a8d9d9917f11e477336aba950e163f566 # Parent f75b3a109b6638b617b903a1dad0b864f5ee9704 calsync look 6mo ahead diff -r f75b3a109b66 -r c2578b4a8d9d calsync/main.go --- 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)