diff --git a/lib/Controller/MailboxesController.php b/lib/Controller/MailboxesController.php index e8c147f0da..b3485df6d6 100644 --- a/lib/Controller/MailboxesController.php +++ b/lib/Controller/MailboxesController.php @@ -294,7 +294,7 @@ public function clearMailbox(int $id): JSONResponse { */ #[TrapError] #[NoAdminRequired] - #[UserRateLimit(limit: 3, period: 600)] + #[UserRateLimit(limit: 10, period: 600)] public function repair(int $id): JSONResponse { if ($this->currentUserId === null) { return new JSONResponse([], Http::STATUS_FORBIDDEN);