mirror of
https://github.com/9001/copyparty.git
synced 2025-08-17 09:02:15 -06:00
partyfuse: bump dircache size
dircache size should exceed max dir depth, because the OS may periodically listdir all parents of current folder
This commit is contained in:
parent
dd6dbdd90a
commit
833c6cf2ec
|
@ -1128,7 +1128,7 @@ def main():
|
||||||
|
|
||||||
# dircache is always a boost,
|
# dircache is always a boost,
|
||||||
# only want to disable it for tests etc,
|
# 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
|
cds = 1 # numsec until an entry goes stale
|
||||||
|
|
||||||
where = "local directory"
|
where = "local directory"
|
||||||
|
|
Loading…
Reference in a new issue