diff options
Diffstat (limited to 'xlators/performance/io-threads/src/io-threads.h')
| -rw-r--r-- | xlators/performance/io-threads/src/io-threads.h | 3 | 
1 files changed, 2 insertions, 1 deletions
diff --git a/xlators/performance/io-threads/src/io-threads.h b/xlators/performance/io-threads/src/io-threads.h index aa31ece2d67..f0210942854 100644 --- a/xlators/performance/io-threads/src/io-threads.h +++ b/xlators/performance/io-threads/src/io-threads.h @@ -57,7 +57,8 @@ struct iot_request {  #define skew_usec_idle_time(usec)       ((usec) + (random () % MAX_IDLE_SKEW))  #define IOT_DEFAULT_IDLE                180     /* In secs. */ -#define IOT_MIN_THREADS         16 +#define IOT_MIN_THREADS         2 +#define IOT_DEFAULT_THREADS     16  #define IOT_MAX_THREADS         256  #define IOT_SCALING_OFF                 _gf_false  | 
