From c75f0c0a17570e4d0de3de7503311768b450aab0 Mon Sep 17 00:00:00 2001 From: Chris Coutinho Date: Sun, 19 Oct 2025 23:59:07 +0200 Subject: [PATCH] test: Revert creation --- app-hooks/post-installation/install-calendar-app.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-hooks/post-installation/install-calendar-app.sh b/app-hooks/post-installation/install-calendar-app.sh index 4b26d21..e7edd52 100755 --- a/app-hooks/post-installation/install-calendar-app.sh +++ b/app-hooks/post-installation/install-calendar-app.sh @@ -16,7 +16,7 @@ sleep 5 # Set to -1 to completely disable rate limiting # Reference: https://docs.nextcloud.com/server/stable/admin_manual/groupware/calendar.html#rate-limits php occ config:app:set dav rateLimitCalendarCreation --type=integer --value=100 -php occ config:app:set dav rateLimitPeriodCalendarCreation --type=integer --value=-300 +php occ config:app:set dav rateLimitPeriodCalendarCreation --type=integer --value=60 php occ config:app:set dav maximumCalendarsSubscriptions --type=integer --value=-1 # Ensure maintenance mode is off before calendar operations