Skip to content

Commit b6c281c

Browse files
feat: increase API rate limit
1 parent 2be76ea commit b6c281c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/klesia/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ api.use(
2727
c.req.header("x-forwarded-for") ??
2828
getConnInfo(c).remote.address ??
2929
nanoid(),
30-
limit: 10,
30+
limit: 100,
3131
}),
3232
);
3333
api.use("/api", cors({ origin: "*" }));

0 commit comments

Comments
 (0)