Skip to content

Commit

Permalink
feat: Reduce user maximum number of interface calls per minute
Browse files Browse the repository at this point in the history
  • Loading branch information
yinxin630 committed Aug 2, 2018
1 parent 0843b0f commit b6d2c0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/middlewares/frequency.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const MaxCallPerMinutes = 30;
const MaxCallPerMinutes = 20;
/**
* Limiting the frequency of interface calls
*/
Expand Down

0 comments on commit b6d2c0a

Please sign in to comment.