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

Commit

Permalink
Merge pull request #46 from AlexeySetevoi/fix_issue_45
Browse files Browse the repository at this point in the history
fix issue #45
  • Loading branch information
AlexeySetevoi authored Jul 28, 2020
2 parents d5f9cbd + 5557d74 commit 84121bd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 1 addition & 0 deletions defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 0 additions & 4 deletions templates/config.j2
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,6 @@
<listen_host>{{ host }}</listen_host>
{% endfor %}

{% if max_partitions_per_insert_block is defined %}
<max_partitions_per_insert_block>{{ max_partitions_per_insert_block }}</max_partitions_per_insert_block>
{% endif %}

<max_connections>{{ clickhouse_config.max_connections }}</max_connections>
<keep_alive_timeout>{{ clickhouse_config.keep_alive_timeout }}</keep_alive_timeout>

Expand Down

0 comments on commit 84121bd

Please sign in to comment.