We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30a1905 commit 1274133Copy full SHA for 1274133
packages/backend/src/index.ts
@@ -56,7 +56,6 @@ export async function start(
56
57
server = Fastify({ logger: true })
58
await server.register(rateLimit, {
59
- global: false,
60
max: 100,
61
timeWindow: '1 minute'
62
})
0 commit comments