increased the limit on updating result tags

This commit is contained in:
Miodec 2021-11-23 00:51:12 +00:00
parent 9f5bb64aee
commit 027a196c16

View file

@ -21,7 +21,7 @@ router.post(
router.post(
"/updateTags",
RateLimit.limit60perhour,
RateLimit.limit500perhour,
authenticateRequest,
ResultController.updateTags
);