Skip to content

Commit 13259cc

Browse files
committed
docs: update comment
1 parent b4272c4 commit 13259cc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ app.onError((err, c) => {
4848
return c.json({ error: "Internal server error" }, 500);
4949
});
5050

51-
// Rate limit per IP: 600/min writes, 60/min reads
51+
// Rate limit per IP: 200/10s writes, 60/min reads
5252
app.use("*", async (c, next) => {
5353
const ip = c.req.header("cf-connecting-ip") ?? "unknown";
5454
const limiter =

0 commit comments

Comments
 (0)