diff --git a/apps/klesia/src/index.ts b/apps/klesia/src/index.ts index 1c14cb7..9886658 100644 --- a/apps/klesia/src/index.ts +++ b/apps/klesia/src/index.ts @@ -27,7 +27,7 @@ api.use( c.req.header("x-forwarded-for") ?? getConnInfo(c).remote.address ?? nanoid(), - limit: 10, + limit: 100, }), ); api.use("/api", cors({ origin: "*" }));