summaryrefslogtreecommitdiffstats
path: root/xlators/mount/fuse
diff options
context:
space:
mode:
authorKrutika Dhananjay <kdhananj@redhat.com>2018-04-02 12:09:44 +0530
committerRaghavendra G <rgowdapp@redhat.com>2018-04-02 15:51:59 +0000
commitf8d1148b7c5eb77558d279967146048f48fa392e (patch)
tree47982c5a501cb3857bc09b8f84b18dc69358f928 /xlators/mount/fuse
parent9b8de6421e550f7dc106953d43e0af60fca9be89 (diff)
mount/fuse: Set default fuse reader thread count to 1
Updates #412 Change-Id: Ida53d8b630feabb856a3551fa888f92382ade768 Signed-off-by: Krutika Dhananjay <kdhananj@redhat.com>
Diffstat (limited to 'xlators/mount/fuse')
-rw-r--r--xlators/mount/fuse/src/fuse-bridge.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/mount/fuse/src/fuse-bridge.c b/xlators/mount/fuse/src/fuse-bridge.c
index 9e9fb815080..45bfdbaa0ff 100644
--- a/xlators/mount/fuse/src/fuse-bridge.c
+++ b/xlators/mount/fuse/src/fuse-bridge.c
@@ -6098,7 +6098,7 @@ struct volume_options options[] = {
},
{ .key = {"reader-thread-count"},
.type = GF_OPTION_TYPE_INT,
- .default_value = "4",
+ .default_value = "1",
.min = 1,
.max = 64,
.description = "Sets fuse reader thread count.",