@getanyapi/sdk 0.9.9 → 0.9.10
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.
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +5 -1
- package/dist/index.d.ts +5 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -493,7 +493,7 @@ async function agentSignup(options = {}) {
|
|
|
493
493
|
|
|
494
494
|
// src/core/client.ts
|
|
495
495
|
var DEFAULT_BASE_URL2 = "https://api.getanyapi.com";
|
|
496
|
-
var DEFAULT_TIMEOUT_MS =
|
|
496
|
+
var DEFAULT_TIMEOUT_MS = 3e5;
|
|
497
497
|
var DEFAULT_MAX_RETRIES = 2;
|
|
498
498
|
var RETRY_BASE_DELAY_MS = 500;
|
|
499
499
|
var RETRY_MAX_DELAY_MS = 8e3;
|