mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-11-17 22:29:52 +08:00
increased the limit on updating result tags
This commit is contained in:
parent
9f5bb64aee
commit
027a196c16
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ router.post(
|
|||
|
||||
router.post(
|
||||
"/updateTags",
|
||||
RateLimit.limit60perhour,
|
||||
RateLimit.limit500perhour,
|
||||
authenticateRequest,
|
||||
ResultController.updateTags
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue