Skip to content

Commit

Permalink
fixup! feat: implement periodic full sync job to repair cache inconsi…
Browse files Browse the repository at this point in the history
…stencies
  • Loading branch information
st3iny committed Oct 1, 2024
1 parent fd83121 commit e4298a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Controller/MailboxesController.php
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit e4298a3

Please sign in to comment.