Skip to content

Commit

Permalink
fixes typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rishabhpoddar committed Aug 26, 2024
1 parent acd2c50 commit aa2f5ca
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion v2/emailpassword/rate-limits.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import CustomAdmonition from "/src/components/customAdmonition"

## For managed service

The SuperTokens core is rate limited on a per app and per IP address basis. This means that if query the core for app1 using the same IP address very quickly, the rate limit will kick in and you will get a `429` status code back from the core. However, if you query the core using different IP addresses or for a different app, the rate limit of that won't interfere with the previous requests (that had another IP or was for another app).
The SuperTokens core is rate limited on a per app and per IP address basis. This means that if you query the core for app1 using the same IP address very quickly, the rate limit will kick in and you will get a `429` status code back from the core. However, if you query the core using different IP addresses or for a different app, the rate limit of that won't interfere with the previous requests (that had another IP or was for another app).

:::note
To know more about rps and bursts, please [this nginx document](https://www.nginx.com/blog/rate-limiting-nginx/).
Expand Down
2 changes: 1 addition & 1 deletion v2/passwordless/rate-limits.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import CustomAdmonition from "/src/components/customAdmonition"

## For managed service

The SuperTokens core is rate limited on a per app and per IP address basis. This means that if query the core for app1 using the same IP address very quickly, the rate limit will kick in and you will get a `429` status code back from the core. However, if you query the core using different IP addresses or for a different app, the rate limit of that won't interfere with the previous requests (that had another IP or was for another app).
The SuperTokens core is rate limited on a per app and per IP address basis. This means that if you query the core for app1 using the same IP address very quickly, the rate limit will kick in and you will get a `429` status code back from the core. However, if you query the core using different IP addresses or for a different app, the rate limit of that won't interfere with the previous requests (that had another IP or was for another app).

:::note
To know more about rps and bursts, please [this nginx document](https://www.nginx.com/blog/rate-limiting-nginx/).
Expand Down
2 changes: 1 addition & 1 deletion v2/session/rate-limits.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import CustomAdmonition from "/src/components/customAdmonition"

## For managed service

The SuperTokens core is rate limited on a per app and per IP address basis. This means that if query the core for app1 using the same IP address very quickly, the rate limit will kick in and you will get a `429` status code back from the core. However, if you query the core using different IP addresses or for a different app, the rate limit of that won't interfere with the previous requests (that had another IP or was for another app).
The SuperTokens core is rate limited on a per app and per IP address basis. This means that if you query the core for app1 using the same IP address very quickly, the rate limit will kick in and you will get a `429` status code back from the core. However, if you query the core using different IP addresses or for a different app, the rate limit of that won't interfere with the previous requests (that had another IP or was for another app).

:::note
To know more about rps and bursts, please [this nginx document](https://www.nginx.com/blog/rate-limiting-nginx/).
Expand Down
2 changes: 1 addition & 1 deletion v2/thirdparty/rate-limits.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import CustomAdmonition from "/src/components/customAdmonition"

## For managed service

The SuperTokens core is rate limited on a per app and per IP address basis. This means that if query the core for app1 using the same IP address very quickly, the rate limit will kick in and you will get a `429` status code back from the core. However, if you query the core using different IP addresses or for a different app, the rate limit of that won't interfere with the previous requests (that had another IP or was for another app).
The SuperTokens core is rate limited on a per app and per IP address basis. This means that if you query the core for app1 using the same IP address very quickly, the rate limit will kick in and you will get a `429` status code back from the core. However, if you query the core using different IP addresses or for a different app, the rate limit of that won't interfere with the previous requests (that had another IP or was for another app).

:::note
To know more about rps and bursts, please [this nginx document](https://www.nginx.com/blog/rate-limiting-nginx/).
Expand Down
2 changes: 1 addition & 1 deletion v2/thirdpartyemailpassword/rate-limits.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import CustomAdmonition from "/src/components/customAdmonition"

## For managed service

The SuperTokens core is rate limited on a per app and per IP address basis. This means that if query the core for app1 using the same IP address very quickly, the rate limit will kick in and you will get a `429` status code back from the core. However, if you query the core using different IP addresses or for a different app, the rate limit of that won't interfere with the previous requests (that had another IP or was for another app).
The SuperTokens core is rate limited on a per app and per IP address basis. This means that if you query the core for app1 using the same IP address very quickly, the rate limit will kick in and you will get a `429` status code back from the core. However, if you query the core using different IP addresses or for a different app, the rate limit of that won't interfere with the previous requests (that had another IP or was for another app).

:::note
To know more about rps and bursts, please [this nginx document](https://www.nginx.com/blog/rate-limiting-nginx/).
Expand Down
2 changes: 1 addition & 1 deletion v2/thirdpartypasswordless/rate-limits.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import CustomAdmonition from "/src/components/customAdmonition"

## For managed service

The SuperTokens core is rate limited on a per app and per IP address basis. This means that if query the core for app1 using the same IP address very quickly, the rate limit will kick in and you will get a `429` status code back from the core. However, if you query the core using different IP addresses or for a different app, the rate limit of that won't interfere with the previous requests (that had another IP or was for another app).
The SuperTokens core is rate limited on a per app and per IP address basis. This means that if you query the core for app1 using the same IP address very quickly, the rate limit will kick in and you will get a `429` status code back from the core. However, if you query the core using different IP addresses or for a different app, the rate limit of that won't interfere with the previous requests (that had another IP or was for another app).

:::note
To know more about rps and bursts, please [this nginx document](https://www.nginx.com/blog/rate-limiting-nginx/).
Expand Down

0 comments on commit aa2f5ca

Please sign in to comment.