aboutsummaryrefslogtreecommitdiffstats
path: root/fs/orangefs
diff options
context:
space:
mode:
authorMike Marshall <hubcap@omnibond.com>2021-03-28 17:19:23 -0400
committerMike Marshall <hubcap@omnibond.com>2021-04-29 08:06:05 -0400
commit211f9f2e0503efa4023a46920e7ad07377b4ec58 (patch)
tree538ea0e0e5a12dd828c9264ec500747f1b307a0a /fs/orangefs
parentOrangef: implement orangefs_readahead. (diff)
downloadlinux-dev-211f9f2e0503efa4023a46920e7ad07377b4ec58.tar.xz
linux-dev-211f9f2e0503efa4023a46920e7ad07377b4ec58.zip
orangefs: leave files in the page cache for a few micro seconds at least
Signed-off-by: Mike Marshall <hubcap@omnibond.com>
Diffstat (limited to 'fs/orangefs')
-rw-r--r--fs/orangefs/orangefs-mod.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/orangefs/orangefs-mod.c b/fs/orangefs/orangefs-mod.c
index 74a3d6337ef4..cd7297815f91 100644
--- a/fs/orangefs/orangefs-mod.c
+++ b/fs/orangefs/orangefs-mod.c
@@ -31,7 +31,7 @@ static ulong module_parm_debug_mask;
__u64 orangefs_gossip_debug_mask;
int op_timeout_secs = ORANGEFS_DEFAULT_OP_TIMEOUT_SECS;
int slot_timeout_secs = ORANGEFS_DEFAULT_SLOT_TIMEOUT_SECS;
-int orangefs_cache_timeout_msecs = 50;
+int orangefs_cache_timeout_msecs = 500;
int orangefs_dcache_timeout_msecs = 50;
int orangefs_getattr_timeout_msecs = 50;