Merge pull request #4003 from msuslu/master

Fix Typo at Settings Key
This commit is contained in:
Vsevolod Stakhov 2021-12-10 16:22:17 +00:00 committed by GitHub
commit 0d4c611c68
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1057,7 +1057,7 @@ local function clickhouse_maybe_send_data_periodic(cfg, ev_base, now)
clickhouse_send_data(nil, ev_base, reason, saved_rows, saved_custom)
if settings.collect_garbadge then
if settings.collect_garbage then
collectgarbage()
end
end
@ -1484,7 +1484,7 @@ if opts then
clickhouse_send_data(task, nil, 'final collection',
saved_rows, saved_custom)
if settings.collect_garbadge then
if settings.collect_garbage then
collectgarbage()
end
end