feat: rename historic sql setup threshold

This commit is contained in:
Andrey Avtomonov 2026-05-11 19:08:41 +02:00
parent d47826a234
commit c91331b57a
6 changed files with 21 additions and 14 deletions

View file

@ -715,7 +715,7 @@ describe('runKtxIngest', () => {
' historicSql:',
' enabled: true',
' dialect: postgres',
' minCalls: 2',
' minExecutions: 2',
'ingest:',
' adapters:',
' - historic-sql',