From: Vsevolod Stakhov Date: Thu, 25 Feb 2021 16:12:11 +0000 (+0000) Subject: [Minor] Clickhouse: Use proper flag names X-Git-Tag: 3.0~643 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=a7ab8856d42746aab0abc77eee1e5564513a4497;p=rspamd.git [Minor] Clickhouse: Use proper flag names --- diff --git a/src/plugins/lua/clickhouse.lua b/src/plugins/lua/clickhouse.lua index 0234a9cf6..7ef093cc2 100644 --- a/src/plugins/lua/clickhouse.lua +++ b/src/plugins/lua/clickhouse.lua @@ -644,9 +644,9 @@ local function clickhouse_collect(task) local nurls = 0 local task_urls = task:get_urls({ - need_content = true, - need_images = true, - need_emails = false, + content = true, + images = true, + emails = false, sort = true, }) or {}