MCPcopy Create free account
hub / github.com/di-sukharev/opencommit / socketActiveTTL

Method socketActiveTTL

out/cli.cjs:9484–9487  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

9482 return this.options.timeout;
9483 }
9484 get socketActiveTTL() {
9485 deprecate2("agent.socketActiveTTL is deprecated, please use agent.options.socketActiveTTL instead");
9486 return this.options.socketActiveTTL;
9487 }
9488 calcSocketTimeout(socket) {
9489 let freeSocketTimeout = this.options.freeSocketTimeout;
9490 const socketActiveTTL = this.options.socketActiveTTL;

Callers

nothing calls this directly

Calls 1

deprecate2Function · 0.85

Tested by

no test coverage detected