MCPcopy Create free account
hub / github.com/Tron521/codex-console-temp / recordError

Method recordError

static/js/utils.js:461–464  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

459 }
460
461 recordError() {
462 this.failureCount = Math.min(8, this.failureCount + 1);
463 this.successCount = 0;
464 }
465
466 nextDelay(options = {}) {
467 const forceSlow = Boolean(options.forceSlow);

Callers 1

watchDomainTaskFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected