Explorar el Código

Tune config down a little

Chris Bannister hace 11 años
padre
commit
0acbc741f5
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      integration.sh

+ 1 - 1
integration.sh

@@ -5,8 +5,8 @@ set -e
 function run_tests() {
 	local version=$1
 	ccm create test -v $version -n 3 -s -d --vnodes
-
 	ccm status
+	ccm updateconf 'concurrent_reads: 8' 'concurrent_writes: 8' 'rpc_server_type: hsha' 'rpc_min_threads: 2' 'rpc_max_threads: 8' 'write_request_timeout_in_ms: 5000'
 
 	local proto=2
 	if [[ $version == 1.2.* ]]; then