limiting native_transport_max_threads to 64 due to Mac limit

This commit is contained in:
Matthew Adams
2013-12-09 11:27:55 -06:00
parent 91025be1d2
commit c6ed00f4b0

View File

@@ -339,7 +339,7 @@ native_transport_port: 9042
# transport is used. They are similar to rpc_min_threads and rpc_max_threads,
# though the defaults differ slightly.
# native_transport_min_threads: 16
# native_transport_max_threads: 128
native_transport_max_threads: 64
# Whether to start the thrift rpc server.
start_rpc: true