1
0
mirror of https://github.com/bitwarden/server synced 2026-01-08 11:33:26 +00:00

configurable cache size limit

This commit is contained in:
Kyle Spearrin
2017-10-09 14:54:32 -04:00
parent 051d64a460
commit 02c4bb3037
4 changed files with 22 additions and 7 deletions

View File

@@ -13,7 +13,8 @@
}
},
"iconsSettings": {
"BestIconBaseUrl": "https://icons.better-idea.org",
"CacheHours": 24
"bestIconBaseUrl": "https://icons.better-idea.org",
"cacheHours": 24,
"cacheSizeLimit": null
}
}