MCPcopy Index your code
hub / github.com/aspen-cloud/triplit / resetReconnectTimeout

Method resetReconnectTimeout

packages/client/src/sync-engine.ts:1258–1261  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1256 }
1257
1258 private resetReconnectTimeout() {
1259 clearTimeout(this.reconnectTimeout);
1260 this.reconnectTimeoutDelay = 250;
1261 }
1262
1263 /**
1264 * @hidden

Callers 1

onOpenHandlerMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected