OSDN Git Service

orangefs: leave files in the page cache for a few micro seconds at least
authorMike Marshall <hubcap@omnibond.com>
Sun, 28 Mar 2021 21:19:23 +0000 (17:19 -0400)
committerMike Marshall <hubcap@omnibond.com>
Thu, 29 Apr 2021 12:06:05 +0000 (08:06 -0400)
Signed-off-by: Mike Marshall <hubcap@omnibond.com>
fs/orangefs/orangefs-mod.c

index 74a3d63..cd72978 100644 (file)
@@ -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;