diff options
Diffstat (limited to 'xlators/performance')
-rw-r--r-- | xlators/performance/io-threads/src/io-threads.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/performance/io-threads/src/io-threads.h b/xlators/performance/io-threads/src/io-threads.h index 79c20275dd2..c5ca760000a 100644 --- a/xlators/performance/io-threads/src/io-threads.h +++ b/xlators/performance/io-threads/src/io-threads.h @@ -62,7 +62,7 @@ typedef enum { #define IOT_MIN_THREADS 2 #define IOT_DEFAULT_THREADS 16 -#define IOT_MAX_THREADS 256 +#define IOT_MAX_THREADS 64 #define IOT_SCALING_OFF _gf_false #define IOT_SCALING_ON _gf_true |