We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce5bf48 commit d6f5154Copy full SHA for d6f5154
api/maple.js
@@ -56,7 +56,7 @@ var options = {
56
57
const slower = slowDown({
58
windowMs: 2 * 60 * 1000,
59
- delayAfter: 5,
+ delayAfter: 50,
60
delayMs: (hits) => {
61
if (hits <= 15) return hits * 100;
62
return (hits - 15) * 1000 + 2000;
@@ -66,7 +66,7 @@ const slower = slowDown({
66
67
const limiter = rateLimit({
68
69
- limit: 35,
+ limit: 100,
70
})
71
72
try {
0 commit comments