Skip to content

Commit

Permalink
Test: Remove obsolete settings (#156)
Browse files Browse the repository at this point in the history
  • Loading branch information
pan3793 authored Jul 13, 2022
1 parent e22c266 commit a110a37
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@
<profiles>
<!-- Default settings. -->
<default>
<!-- Maximum memory usage for processing single query, in bytes. -->
<max_memory_usage>10000000000</max_memory_usage>

<!-- How to choose between replicas during distributed query processing.
random - choose random replica from set of replicas with minimum number of errors
nearest_hostname - from set of replicas with minimum number of errors, choose replica
Expand All @@ -29,8 +26,6 @@
first_or_random - if first replica one has higher number of errors, pick a random one from replicas with minimum number of errors.
-->
<load_balancing>random</load_balancing>
<!-- Enable Map support -->
<allow_experimental_map_type>1</allow_experimental_map_type>
</default>

<!-- Profile that allows only read queries. -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@
<profiles>
<!-- Default settings. -->
<default>
<!-- Maximum memory usage for processing single query, in bytes. -->
<max_memory_usage>10000000000</max_memory_usage>

<!-- How to choose between replicas during distributed query processing.
random - choose random replica from set of replicas with minimum number of errors
nearest_hostname - from set of replicas with minimum number of errors, choose replica
Expand All @@ -29,8 +26,6 @@
first_or_random - if first replica one has higher number of errors, pick a random one from replicas with minimum number of errors.
-->
<load_balancing>random</load_balancing>
<!-- Enable Map support -->
<allow_experimental_map_type>1</allow_experimental_map_type>
</default>

<!-- Profile that allows only read queries. -->
Expand Down

0 comments on commit a110a37

Please sign in to comment.