Update version

This commit is contained in:
decolua
2026-04-22 14:22:47 +07:00
parent 45731ae639
commit 81cef7d022
2 changed files with 3 additions and 3 deletions

View File

@@ -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
};