MCPcopy Index your code
hub / github.com/sourcebot-dev/sourcebot / Settings

Interface Settings

packages/backend/src/types/redlock.d.ts:32–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30 };
31
32 export interface Settings {
33 readonly driftFactor: number;
34 readonly retryCount: number;
35 readonly retryDelay: number;
36 readonly retryJitter: number;
37 readonly automaticExtensionThreshold: number;
38 }
39
40 export class ResourceLockedError extends Error {
41 readonly message: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected