Skip to content
This repository was archived by the owner on Oct 11, 2022. It is now read-only.

Commit 6830083

Browse files
author
Max Stoiber
committed
Adjust hyperion limits down
1 parent 0c5bc24 commit 6830083

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

hyperion/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ app.set('trust proxy', true);
3131
app.use(toobusy);
3232
app.use(
3333
rateLimiter({
34-
max: 10,
35-
duration: '10s',
34+
max: 5,
35+
duration: '20s',
3636
})
3737
);
3838

0 commit comments

Comments
 (0)