diff options
author | Mike Marshall <hubcap@omnibond.com> | 2021-03-28 17:19:23 -0400 |
---|---|---|
committer | Mike Marshall <hubcap@omnibond.com> | 2021-04-29 08:06:05 -0400 |
commit | 211f9f2e0503efa4023a46920e7ad07377b4ec58 (patch) | |
tree | 538ea0e0e5a12dd828c9264ec500747f1b307a0a /fs/orangefs | |
parent | 0c4b7cadd1ade1916a3a6dab0d13ff5665b04cae (diff) |
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.c | 2 |
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; |