diff options
author | twesterhever <40121680+twesterhever@users.noreply.github.com> | 2023-02-17 15:09:33 +0000 |
---|---|---|
committer | twesterhever <40121680+twesterhever@users.noreply.github.com> | 2023-02-17 15:09:33 +0000 |
commit | fbe0e146a508de5b58fdbc09211d7a21ce63734a (patch) | |
tree | b01457be991cd6e47334a172c76bc9c8cbd77ffa /conf/modules.d/clickhouse.conf | |
parent | 7d63c8b3cb929a5e11a6068dcc70b64e6559663f (diff) | |
download | rspamd-fbe0e146a508de5b58fdbc09211d7a21ce63734a.tar.gz rspamd-fbe0e146a508de5b58fdbc09211d7a21ce63734a.zip |
[Minor] Add newline at EOF where missing
Diffstat (limited to 'conf/modules.d/clickhouse.conf')
-rw-r--r-- | conf/modules.d/clickhouse.conf | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/conf/modules.d/clickhouse.conf b/conf/modules.d/clickhouse.conf index dc176c664..5edf710d5 100644 --- a/conf/modules.d/clickhouse.conf +++ b/conf/modules.d/clickhouse.conf @@ -12,7 +12,6 @@ # # Module documentation can be found at https://rspamd.com/doc/modules/clickhouse.html - clickhouse { # Push update when 1000 records are collected (1000 if unset) limit = 1000; |