UNPKG

@n8n-plus/n8n-plus

Version:

n8n Workflow Automation Tool (plus edition)

14 lines (13 loc) 462 B
export declare class InsightsConfig { compactionIntervalMinutes: number; compactionBatchSize: number; compactionHourlyToDailyThresholdDays: number; compactionDailyToWeeklyThresholdDays: number; flushBatchSize: number; flushIntervalSeconds: number; maxAgeDays: number; pruneCheckIntervalHours: number; compactionMaxBatchesPerRun: number; compactionMaxRuntimeSeconds: number; compactionBatchDelayMilliseconds: number; }