diff options
author | Raghavendra Talur <rtalur@redhat.com> | 2013-02-12 13:10:40 +0530 |
---|---|---|
committer | Vijay Bellur <vbellur@redhat.com> | 2013-02-14 07:37:10 -0800 |
commit | 4443a5cde640fa612ba9537a662268d889c8c3df (patch) | |
tree | 75cdfa1815e2d9204462769a7607d868079a0b2b /xlators/mount | |
parent | 7f2ebe378b9c0fdcfca92cb785a141bb1d5c43d4 (diff) |
fuse: Change "gid-timeout" default value to 2
Originally default value was 0. Changed to 2 for
performance benefits.
Change-Id: Iaadc59cf3ef2a2eb42ff2f6624f466a544fc8074
BUG: 902348
Signed-off-by: Raghavendra Talur <rtalur@redhat.com>
Reviewed-on: http://review.gluster.org/4506
Reviewed-by: Amar Tumballi <amarts@redhat.com>
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Brian Foster <bfoster@redhat.com>
Reviewed-by: Vijay Bellur <vbellur@redhat.com>
Diffstat (limited to 'xlators/mount')
-rw-r--r-- | xlators/mount/fuse/src/fuse-bridge.c | 2 |
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 4ffaf59eb4d..9f84779ae0a 100644 --- a/xlators/mount/fuse/src/fuse-bridge.c +++ b/xlators/mount/fuse/src/fuse-bridge.c @@ -5278,7 +5278,7 @@ struct volume_options options[] = { }, { .key = {"gid-timeout"}, .type = GF_OPTION_TYPE_INT, - .default_value = "0" + .default_value = "2" }, { .key = {"acl"}, .type = GF_OPTION_TYPE_BOOL, |