From 833c6cf2ec977ddb0d605c18d958e88473f1dbd0 Mon Sep 17 00:00:00 2001 From: ed Date: Sat, 26 Oct 2024 18:25:21 +0000 Subject: [PATCH] partyfuse: bump dircache size dircache size should exceed max dir depth, because the OS may periodically listdir all parents of current folder --- bin/partyfuse.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/partyfuse.py b/bin/partyfuse.py index 93176297..9fa37cd5 100755 --- a/bin/partyfuse.py +++ b/bin/partyfuse.py @@ -1128,7 +1128,7 @@ def main(): # dircache is always a boost, # only want to disable it for tests etc, - cdn = 9 # max num dirs; 0=disable + cdn = 24 # max num dirs; keep larger than max dir depth; 0=disable cds = 1 # numsec until an entry goes stale where = "local directory"