mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
add max_thread_pool_size setting to tests
This adds the `max_thread_pool_size` config to tests/server-test.xml file.
This commit is contained in:
parent
c43bd228ab
commit
aa2d724ea1
@ -17,6 +17,7 @@
|
|||||||
<https_port>58443</https_port>
|
<https_port>58443</https_port>
|
||||||
<tcp_port_secure>59440</tcp_port_secure>
|
<tcp_port_secure>59440</tcp_port_secure>
|
||||||
<interserver_http_port>59009</interserver_http_port>
|
<interserver_http_port>59009</interserver_http_port>
|
||||||
|
<max_thread_pool_size>10000</max_thread_pool_size>
|
||||||
<openSSL>
|
<openSSL>
|
||||||
<server> <!-- Used for https server AND secure tcp port -->
|
<server> <!-- Used for https server AND secure tcp port -->
|
||||||
<!-- openssl req -subj "/CN=localhost" -new -newkey rsa:2048 -days 365 -nodes -x509 -keyout /etc/clickhouse-server/server.key -out /etc/clickhouse-server/server.crt -->
|
<!-- openssl req -subj "/CN=localhost" -new -newkey rsa:2048 -days 365 -nodes -x509 -keyout /etc/clickhouse-server/server.key -out /etc/clickhouse-server/server.crt -->
|
||||||
|
Loading…
Reference in New Issue
Block a user