summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmar Tumballi <amar@gluster.com>2012-09-17 15:10:48 +0530
committerVijay Bellur <vbellur@redhat.com>2012-12-12 00:15:12 -0500
commit48c1f5c73a5dad514cb239f4a6657c3f085c597a (patch)
tree658dca053f75d8b5de409b9982dcdc79302daa42
parent96d87b1813d0fe80d7cff198e1b82a6695af159f (diff)
fuse: make the 'gid-timeout' default value as 2sec instead of 0
done for the performance benefits. Change-Id: I4788800fb911ac571c4ff636db5d09e95b335a6e BUG: 858469 Signed-off-by: Amar Tumballi <amar@gluster.com> Reviewed-on: https://code.engineering.redhat.com/gerrit/1864 Reviewed-by: Vijay Bellur <vbellur@redhat.com> Tested-by: Vijay Bellur <vbellur@redhat.com>
-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 8b93a4d1fb0..d458f94426c 100644
--- a/xlators/mount/fuse/src/fuse-bridge.c
+++ b/xlators/mount/fuse/src/fuse-bridge.c
@@ -4766,7 +4766,7 @@ struct volume_options options[] = {
},
{ .key = {"gid-timeout"},
.type = GF_OPTION_TYPE_INT,
- .default_value = "0"
+ .default_value = "2"
},
{ .key = {"background-qlen"},
.type = GF_OPTION_TYPE_INT,