@routstr/sdk 0.3.1 → 0.3.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1764,8 +1764,8 @@ var ProviderManager = class _ProviderManager {
1764
1764
  lastFailed = /* @__PURE__ */ new Map();
1765
1765
  /** Providers on cooldown: [provider_url, cooldown_started_timestamp][] */
1766
1766
  providersOnCoolDown = [];
1767
- /** Cooldown duration in milliseconds (5 minutes) */
1768
- static COOLDOWN_DURATION_MS = 5 * 60 * 1e3;
1767
+ /** Cooldown duration in milliseconds (42 seconds) */
1768
+ static COOLDOWN_DURATION_MS = 42 * 1e3;
1769
1769
  /** Optional persistent store for failure tracking */
1770
1770
  store = null;
1771
1771
  /** Instance ID for debugging */