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:
@@ -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"
|
||||
|
||||
|
Reference in New Issue
Block a user