mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-14 03:25:15 +00:00
a2214760c6
- changed config.xml/yaml files used by CH's own internal tests which are (hopefully) not sensitive to mark_cache_size being set or not - further occurrences exist but changing them seems a bad idea (e.g. because they are in customer-provided data)
20 lines
554 B
XML
20 lines
554 B
XML
<?xml version="1.0"?>
|
|
<clickhouse>
|
|
<tcp_port>9000</tcp_port>
|
|
<listen_host>127.0.0.1</listen_host>
|
|
|
|
<openSSL>
|
|
<client>
|
|
<cacheSessions>true</cacheSessions>
|
|
<verificationMode>none</verificationMode>
|
|
<invalidCertificateHandler>
|
|
<name>AcceptCertificateHandler</name>
|
|
</invalidCertificateHandler>
|
|
</client>
|
|
</openSSL>
|
|
|
|
<max_concurrent_queries>500</max_concurrent_queries>
|
|
<path>./clickhouse/</path>
|
|
<users_config>users.xml</users_config>
|
|
</clickhouse>
|