Skip to content

Commit

Permalink
[refactor][client] Change kernel cache time
Browse files Browse the repository at this point in the history
  • Loading branch information
chuandew authored and ketor committed Jan 6, 2025
1 parent cd6453f commit cb8ba79
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions dingofs/conf/client.conf
Original file line number Diff line number Diff line change
Expand Up @@ -149,10 +149,10 @@ fs.nocto_suffix=
fs.maxNameLength=255
fs.disableXAttr=true
fs.accessLogging=true
fs.kernelCache.attrTimeoutSec=3600
fs.kernelCache.dirAttrTimeoutSec=3600
fs.kernelCache.entryTimeoutSec=3600
fs.kernelCache.dirEntryTimeoutSec=3600
fs.kernelCache.attrTimeoutSec=1
fs.kernelCache.dirAttrTimeoutSec=1
fs.kernelCache.entryTimeoutSec=1
fs.kernelCache.dirEntryTimeoutSec=1
fs.lookupCache.negativeTimeoutSec=0
fs.lookupCache.minUses=1
fs.lookupCache.lruSize=100000
Expand Down

0 comments on commit cb8ba79

Please sign in to comment.