⚡️ Improved rate limiting
- Ensures that the target rate isn't overshot - Aware of the requests sliding window - Allows for a defined burst size - Remembers the request timestamps between app restarts
This commit is contained in:
@@ -88,11 +88,8 @@
|
||||
</choices>
|
||||
<default>"a-z"</default>
|
||||
</key>
|
||||
<key name="steam-api-tokens" type="i">
|
||||
<default>200</default>
|
||||
</key>
|
||||
<key name="steam-api-tokens-timestamp" type="i">
|
||||
<default>0</default>
|
||||
<key name="steam-limiter-tokens-history" type="s">
|
||||
<default>"[]"</default>
|
||||
</key>
|
||||
</schema>
|
||||
</schemalist>
|
||||
Reference in New Issue
Block a user