Skip to content

Commit

Permalink
docs: change lfu size of the manager cache (#199)
Browse files Browse the repository at this point in the history
Signed-off-by: zhaoxinxin <[email protected]>
  • Loading branch information
Liam-Zhao authored Dec 27, 2024
1 parent b1515a2 commit 131f75b
Show file tree
Hide file tree
Showing 10 changed files with 9 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/reference/configuration/manager.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ cache:
# Local cache configure.
local:
# LFU cache size.
size: 200000
size: 50000
# Cache ttl configure.
ttl: 3m

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 8 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@
"three": "^0.171.0"
},
"devDependencies": {
"@commitlint/config-conventional": "^19.0.3",
"husky": "^9.0.6",
"lint-staged": "^15.0.1",
"@commitlint/config-conventional": "^17.0.3",
"husky": "^8.0.3",
"lint-staged": "^14.0.1",
"prettier": "^3.0.0"
},
"browserslist": {
Expand Down Expand Up @@ -66,5 +66,8 @@
"@commitlint/config-conventional"
]
},
"repository": "[email protected]:dragonflyoss/d7y.io.git"
}
"repository": "[email protected]:dragonflyoss/d7y.io.git",
"resolutions":{
"cheerio": "<1.0.0"
}
}

0 comments on commit 131f75b

Please sign in to comment.