]> granicus.if.org Git - pgbouncer/commitdiff
test: increase allowed conns, decrease buffer len
authorMarko Kreen <markokr@gmail.com>
Wed, 16 Jul 2008 14:35:53 +0000 (14:35 +0000)
committerMarko Kreen <markokr@gmail.com>
Wed, 16 Jul 2008 14:35:53 +0000 (14:35 +0000)
test/asynctest.c
test/ctest7000.ini

index 4217ce975fb18a15f232d75c86bc352f8d0f4f63..79545a2a036d9c388fecc61bcf343954d00b2a5b 100644 (file)
@@ -42,7 +42,7 @@ static uint64_t SqlErrorCount = 0;
 static uint64_t QueryCount = 0;
 
 static char *bulk_data;
-static int bulk_data_max = 16*1024;  /* power of 2 */
+static int bulk_data_max = 4*1024;  /* power of 2 */
 static int verbose = 0;
 static int throttle_connects = 0;
 static int throttle_queries = 0;
index 770f1470baf59e01c1fe4f15cb46ac07027f00a7..ff1b00347941b68585ecb700800178109b335ab0 100644 (file)
@@ -26,7 +26,7 @@ server_reset_query = reset all
 server_check_query = select 1
 server_check_delay = 2
 
-max_client_conn = 1000
+max_client_conn = 5000
 default_pool_size = 20
 
 log_connections = 0