mirror of
https://github.com/decolua/9router.git
synced 2026-05-08 12:01:28 +00:00
Update version
This commit is contained in:
@@ -30,8 +30,8 @@ export const DEFAULT_ERROR_MESSAGES = {
|
||||
|
||||
// Exponential backoff config for rate limits
|
||||
export const BACKOFF_CONFIG = {
|
||||
base: 1000,
|
||||
max: 4 * 60 * 1000,
|
||||
base: 2000,
|
||||
max: 5 * 60 * 1000,
|
||||
maxLevel: 15
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user