MCPcopy Index your code
hub / github.com/codeaashu/claude-code / getFlushIntervalMs

Function getFlushIntervalMs

src/services/analytics/datadog.ts:301–307  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

299})
300
301function getFlushIntervalMs(): number {
302 // Allow tests to override to not block on the default flush interval.
303 return (
304 parseInt(process.env.CLAUDE_CODE_DATADOG_FLUSH_INTERVAL_MS || '', 10) ||
305 DEFAULT_FLUSH_INTERVAL_MS
306 )
307}
308

Callers 1

scheduleFlushFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected