@olane/o-node 0.7.12-alpha.10 → 0.7.12-alpha.11

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.
@@ -306,7 +306,7 @@ export class oNode extends oToolBase {
306
306
  maxAttempts: this.config.leaderRetry?.maxAttempts ?? 20,
307
307
  baseDelayMs: this.config.leaderRetry?.baseDelayMs ?? 2000,
308
308
  maxDelayMs: this.config.leaderRetry?.maxDelayMs ?? 30000,
309
- timeoutMs: this.config.leaderRetry?.timeoutMs ?? 10000,
309
+ timeoutMs: this.config.leaderRetry?.timeoutMs ?? 120000,
310
310
  });
311
311
  this.logger.info(`Leader retry config: enabled=${this.leaderRequestWrapper.getConfig().enabled}, ` +
312
312
  `maxAttempts=${this.leaderRequestWrapper.getConfig().maxAttempts}`);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@olane/o-node",
3
- "version": "0.7.12-alpha.10",
3
+ "version": "0.7.12-alpha.11",
4
4
  "type": "module",
5
5
  "main": "dist/src/index.js",
6
6
  "types": "dist/src/index.d.ts",
@@ -54,12 +54,12 @@
54
54
  "typescript": "5.4.5"
55
55
  },
56
56
  "dependencies": {
57
- "@olane/o-config": "0.7.12-alpha.10",
58
- "@olane/o-core": "0.7.12-alpha.10",
59
- "@olane/o-protocol": "0.7.12-alpha.10",
60
- "@olane/o-tool": "0.7.12-alpha.10",
57
+ "@olane/o-config": "0.7.12-alpha.11",
58
+ "@olane/o-core": "0.7.12-alpha.11",
59
+ "@olane/o-protocol": "0.7.12-alpha.11",
60
+ "@olane/o-tool": "0.7.12-alpha.11",
61
61
  "debug": "^4.4.1",
62
62
  "dotenv": "^16.5.0"
63
63
  },
64
- "gitHead": "e8d0e489c955172d3bf7818984cfcf8770fb8710"
64
+ "gitHead": "59f569c0b70a69ea7695f73fa568599ff4a7cb10"
65
65
  }