1
0
mirror of https://github.com/RSS-Bridge/rss-bridge.git synced 2025-08-10 10:34:15 +02:00

test: add failing mastodon test (#3255)

* fix: refactor cache factory

* test: add failing test

* add null cache
This commit is contained in:
Dag
2023-02-15 21:22:37 +01:00
committed by GitHub
parent 787b4d7cad
commit c27a300e02
4 changed files with 69 additions and 50 deletions

View File

@@ -24,8 +24,7 @@ max_filesize = 20
[cache]
; Defines the cache type used by RSS-Bridge
; "file" = FileCache (default)
; Cache type: file, sqlite, memcached, null
type = "file"
; Allow users to specify custom timeout for specific requests.