@mineru98/n8n-ko
Version:
n8n Workflow Automation Tool - Korean Version
11 lines (10 loc) • 335 B
TypeScript
export declare class InsightsConfig {
compactionIntervalMinutes: number;
compactionBatchSize: number;
compactionHourlyToDailyThresholdDays: number;
compactionDailyToWeeklyThresholdDays: number;
flushBatchSize: number;
flushIntervalSeconds: number;
maxAgeDays: number;
pruneCheckIntervalHours: number;
}