Skip to content
This repository was archived by the owner on Feb 6, 2024. It is now read-only.

Commit 84121bd

Browse files
Merge pull request #46 from AlexeySetevoi/fix_issue_45
fix issue #45
2 parents d5f9cbd + 5557d74 commit 84121bd

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

defaults/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ clickhouse_profiles_default:
1717
max_memory_usage: 10000000000
1818
use_uncompressed_cache: 0
1919
load_balancing: random
20+
max_partitions_per_insert_block: 100
2021
readonly:
2122
readonly: 1
2223

templates/config.j2

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -75,10 +75,6 @@
7575
<listen_host>{{ host }}</listen_host>
7676
{% endfor %}
7777

78-
{% if max_partitions_per_insert_block is defined %}
79-
<max_partitions_per_insert_block>{{ max_partitions_per_insert_block }}</max_partitions_per_insert_block>
80-
{% endif %}
81-
8278
<max_connections>{{ clickhouse_config.max_connections }}</max_connections>
8379
<keep_alive_timeout>{{ clickhouse_config.keep_alive_timeout }}</keep_alive_timeout>
8480

0 commit comments

Comments
 (0)