From 8f16c5ed15e3c0cfbef396c63dbc45778ea84475 Mon Sep 17 00:00:00 2001 From: Kaushik BV Date: Thu, 4 Nov 2010 05:11:50 +0000 Subject: Remove the hard-coded thread-count option in volgen Signed-off-by: Kaushik BV Signed-off-by: Anand V. Avati BUG: 1159 () URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=1159 --- xlators/performance/io-threads/src/io-threads.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xlators/performance/io-threads') diff --git a/xlators/performance/io-threads/src/io-threads.h b/xlators/performance/io-threads/src/io-threads.h index df1601846..885015c18 100644 --- a/xlators/performance/io-threads/src/io-threads.h +++ b/xlators/performance/io-threads/src/io-threads.h @@ -46,7 +46,7 @@ struct iot_conf; #define IOT_DEFAULT_IDLE 120 /* In secs. */ #define IOT_MIN_THREADS 1 -#define IOT_DEFAULT_THREADS 8 +#define IOT_DEFAULT_THREADS 16 #define IOT_MAX_THREADS 64 -- cgit