Skip to content

Commit

Permalink
Merge pull request #204 from insomnius/patch-1
Browse files Browse the repository at this point in the history
Update 3.rate-limiter.md fix comma
  • Loading branch information
Baroshem authored Sep 11, 2023
2 parents ea31a62 + 0f80e1d commit 0d36fec
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

1 comment on commit 0d36fec

@vercel
Copy link

@vercel vercel bot commented on 0d36fec Sep 11, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

nuxt-security – ./

nuxt-security.vercel.app
nuxt-security-baroshem.vercel.app
nuxt-security-git-main-baroshem.vercel.app

Please sign in to comment.