changeset 70:06f3aa9d461c

page size
author drewp@bigasterisk.com
date Fri, 06 Sep 2024 17:30:27 -0700
parents 72021e6e5c54
children 0f09464d4974
files calsync/gcalclient/event_requests.go
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/calsync/gcalclient/event_requests.go	Fri Sep 06 17:30:16 2024 -0700
+++ b/calsync/gcalclient/event_requests.go	Fri Sep 06 17:30:27 2024 -0700
@@ -6,7 +6,7 @@
 	"google.golang.org/api/calendar/v3"
 )
 
-const pageSize = 20
+const pageSize = 200
 const notificationsUrl1 = "https://bigasterisk.com"
 const notificationsUrl2 = "/gcalendarwatch/notifications"