mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-16 13:34:11 +02:00
feat(sqlite cache): add config options (#3499)
* refactor: sqlite cache * refactor * feat: add config options to sqlite cache * refactor
This commit is contained in:
@@ -125,7 +125,12 @@ path = ""
|
||||
enable_purge = true
|
||||
|
||||
[SQLiteCache]
|
||||
; Filepath of the sqlite db file
|
||||
file = "cache.sqlite"
|
||||
; Whether to actually delete data when purging
|
||||
enable_purge = true
|
||||
; Busy wait in ms before timing out
|
||||
timeout = 5000
|
||||
|
||||
[MemcachedCache]
|
||||
host = "localhost"
|
||||
|
Reference in New Issue
Block a user