From 34833364e9839f0036bccd58ec0a8a963e69263e Mon Sep 17 00:00:00 2001 From: Niels de Vos Date: Fri, 24 Apr 2015 17:07:37 +0200 Subject: protocol: increase default group-cache-timeout to 300 seconds sssd uses 300 seconds by default too. There is no need to overload sssd with requests that it would have cached. BUG: 1215187 Change-Id: I3f04ea8cc90180d863253a9f46d62b71810a7b34 Signed-off-by: Niels de Vos Reviewed-on: http://review.gluster.org/10371 Tested-by: Gluster Build System Reviewed-by: Kaleb KEITHLEY Reviewed-by: Vijay Bellur --- xlators/mount/fuse/src/fuse-bridge.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xlators/mount/fuse') diff --git a/xlators/mount/fuse/src/fuse-bridge.c b/xlators/mount/fuse/src/fuse-bridge.c index 74a84902fa5..683146288ef 100644 --- a/xlators/mount/fuse/src/fuse-bridge.c +++ b/xlators/mount/fuse/src/fuse-bridge.c @@ -5685,7 +5685,7 @@ struct volume_options options[] = { }, { .key = {"gid-timeout"}, .type = GF_OPTION_TYPE_INT, - .default_value = "2" + .default_value = "300" }, { .key = {"acl"}, .type = GF_OPTION_TYPE_BOOL, -- cgit