Removed harmful option from default config of clickhouse-client [#METR-2944].

This commit is contained in:
Alexey Milovidov 2016-02-29 23:13:08 +03:00
parent debac911d0
commit 8fa43ea340
2 changed files with 0 additions and 2 deletions

View File

@ -1,4 +1,3 @@
<!-- Конфиг, который ищется в текущей директории. -->
<config>
<compression>false</compression>
</config>

View File

@ -1,4 +1,3 @@
<!-- Конфиг, устанавливающийся в /etc/clickhouse-client/. Он используется, если других конфигов не найдено. -->
<config>
<compression>false</compression>
</config>