@resolveio/server-lib 22.2.19 → 22.2.20

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -33,8 +33,14 @@ export declare class SlowQueryVerifier {
33
33
  private readonly _timer?;
34
34
  private readonly config;
35
35
  private readonly autoOptimizeInFlight;
36
+ private readonly autoOptimizeDependenciesAvailable;
37
+ private static readonly APP_SETTINGS_CACHE_TTL_MS;
38
+ private appSettingsAutoOptimizeCacheExpiresAt;
39
+ private appSettingsAutoOptimizeCacheValue;
36
40
  constructor(serverConfig?: any, dependencies?: Partial<SlowQueryVerifierDependencies>);
37
41
  private static resolveConfig;
42
+ private parseBooleanEnv;
43
+ private resolveAutoOptimizeEnabled;
38
44
  private poll;
39
45
  private processCandidate;
40
46
  generateExplainForLog(logId: string): Promise<void>;
@@ -104,6 +110,8 @@ export declare class SlowQueryVerifier {
104
110
  private evaluateOptimizationOutcome;
105
111
  private formatStageSummaryForPrompt;
106
112
  private buildSlowQueryAutoOptimizeDescription;
113
+ private resolveAutoOptimizeRepoSlug;
114
+ private resolveAutoOptimizeRepoPath;
107
115
  private static queryHasExplicitSort;
108
116
  private static countLookupExprInPattern;
109
117
  private static buildBoundedPipelineForOutputCompare;