1
0
mirror of https://github.com/bitwarden/server synced 2026-01-06 10:34:01 +00:00

setting for disabling icons cache

This commit is contained in:
Kyle Spearrin
2018-06-18 08:31:37 -04:00
parent de552be25f
commit 7ee659e3b1
3 changed files with 4 additions and 2 deletions

View File

@@ -13,6 +13,7 @@
}
},
"iconsSettings": {
"cacheEnabled": true,
"cacheHours": 24,
"cacheSizeLimit": null
}