From 5557d74816681e78c6dff3775b6c94314a90cf88 Mon Sep 17 00:00:00 2001 From: AlexeySetevoi Date: Tue, 28 Jul 2020 14:55:10 +0300 Subject: [PATCH] fix issue #45 --- defaults/main.yml | 1 + templates/config.j2 | 4 ---- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/defaults/main.yml b/defaults/main.yml index 1d19a17..978ca3d 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -17,6 +17,7 @@ clickhouse_profiles_default: max_memory_usage: 10000000000 use_uncompressed_cache: 0 load_balancing: random + max_partitions_per_insert_block: 100 readonly: readonly: 1 diff --git a/templates/config.j2 b/templates/config.j2 index 6573136..d0febeb 100644 --- a/templates/config.j2 +++ b/templates/config.j2 @@ -75,10 +75,6 @@ {{ host }} {% endfor %} -{% if max_partitions_per_insert_block is defined %} - {{ max_partitions_per_insert_block }} -{% endif %} - {{ clickhouse_config.max_connections }} {{ clickhouse_config.keep_alive_timeout }}