diff --git a/backend/api/routes/result.js b/backend/api/routes/result.js index 14e6a8969..aa349f7d5 100644 --- a/backend/api/routes/result.js +++ b/backend/api/routes/result.js @@ -21,7 +21,7 @@ router.post( router.post( "/updateTags", - RateLimit.limit60perhour, + RateLimit.limit500perhour, authenticateRequest, ResultController.updateTags );