From 027a196c16216b69286feb0e0bc1abe5b55ed05a Mon Sep 17 00:00:00 2001 From: Miodec Date: Tue, 23 Nov 2021 00:51:12 +0000 Subject: [PATCH] increased the limit on updating result tags --- backend/api/routes/result.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 );