Skip to content

Commit

Permalink
Update 3.rate-limiter.md
Browse files Browse the repository at this point in the history
fix: no space in fireImediately: false
  • Loading branch information
insomnius authored Sep 10, 2023
1 parent ea31a62 commit 0f80e1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/2.security/3.rate-limiter.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export default defineNuxtConfig({
rateLimiter: {
tokensPerInterval: 200,
interval: "day",
fireImmediately: false
fireImmediately: false,
throwError: false, // optional
}
}
Expand Down

0 comments on commit 0f80e1d

Please sign in to comment.