Skip to content

Commit

Permalink
feat: 3.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Lemmmy committed Jun 17, 2024
1 parent ded263d commit e014727
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "krist",
"version": "3.4.1",
"version": "3.4.2",
"description": "The new Krist node written in TypeScript.",
"type": "module",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/webserver/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ export async function initWebserver(): Promise<void> {

if (!TEST) {
app.use(rateLimit({
windowMs: 60000, max: 120,
windowMs: 60000, max: 180,
message: { ok: false, error: "rate_limit_hit" },
}));
}
Expand Down

0 comments on commit e014727

Please sign in to comment.