mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-12 11:34:09 +02:00
feat: add config option "path" for file cache (#3297)
This commit is contained in:
@@ -96,6 +96,9 @@ report_limit = 1
|
||||
; --- Cache specific configuration ---------------------------------------------
|
||||
|
||||
[FileCache]
|
||||
; The root folder to store files in.
|
||||
; "" = Use the cache folder in the repository (default)
|
||||
path = ""
|
||||
; Whether to actually delete files when purging. Can be useful to turn off to increase performance.
|
||||
enable_purge = true
|
||||
|
||||
|
Reference in New Issue
Block a user