1
0
mirror of https://github.com/RSS-Bridge/rss-bridge.git synced 2025-08-11 11:04:36 +02:00

feat: add filecache config to enable/disable real purge (#3263)

* refactor: cachefactory

* feat: add filecache config to enable/disable real purge

* test: fix test
This commit is contained in:
Dag
2023-03-06 21:50:40 +01:00
committed by GitHub
parent 007f2b2d8a
commit 058e792b8f
4 changed files with 35 additions and 12 deletions

View File

@@ -95,6 +95,10 @@ report_limit = 1
; --- Cache specific configuration ---------------------------------------------
[FileCache]
; Whether to actually delete files when purging. Can be useful to turn off to increase performance.
enable_purge = true
[SQLiteCache]
file = "cache.sqlite"