From: Mike Marshall Date: Sun, 28 Mar 2021 21:19:23 +0000 (-0400) Subject: orangefs: leave files in the page cache for a few micro seconds at least X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=211f9f2e0503efa4023a46920e7ad07377b4ec58;p=linux.git orangefs: leave files in the page cache for a few micro seconds at least Signed-off-by: Mike Marshall --- diff --git a/fs/orangefs/orangefs-mod.c b/fs/orangefs/orangefs-mod.c index 74a3d6337ef43..cd7297815f91e 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;