Skip to content

Commit 211f9f2

Browse files
committed
orangefs: leave files in the page cache for a few micro seconds at least
Signed-off-by: Mike Marshall <[email protected]>
1 parent 0c4b7ca commit 211f9f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fs/orangefs/orangefs-mod.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ static ulong module_parm_debug_mask;
3131
__u64 orangefs_gossip_debug_mask;
3232
int op_timeout_secs = ORANGEFS_DEFAULT_OP_TIMEOUT_SECS;
3333
int slot_timeout_secs = ORANGEFS_DEFAULT_SLOT_TIMEOUT_SECS;
34-
int orangefs_cache_timeout_msecs = 50;
34+
int orangefs_cache_timeout_msecs = 500;
3535
int orangefs_dcache_timeout_msecs = 50;
3636
int orangefs_getattr_timeout_msecs = 50;
3737

0 commit comments

Comments
 (0)