summaryrefslogtreecommitdiffstats
path: root/xlators/performance/readdir-ahead/src/readdir-ahead.c
diff options
context:
space:
mode:
Diffstat (limited to 'xlators/performance/readdir-ahead/src/readdir-ahead.c')
-rw-r--r--xlators/performance/readdir-ahead/src/readdir-ahead.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/performance/readdir-ahead/src/readdir-ahead.c b/xlators/performance/readdir-ahead/src/readdir-ahead.c
index c6b167725a5..9b0870e2b37 100644
--- a/xlators/performance/readdir-ahead/src/readdir-ahead.c
+++ b/xlators/performance/readdir-ahead/src/readdir-ahead.c
@@ -726,7 +726,7 @@ struct volume_options options[] = {
.type = GF_OPTION_TYPE_SIZET,
.min = 4096,
.max = 131072,
- .default_value = "128KB",
+ .default_value = "131072",
.description = "size of buffer in readdirp calls initiated by "
"readdir-ahead ",
},