mirror of
https://git.nadeko.net/Fijxu/invidious.git
synced 2025-12-14 17:15:09 +00:00
feat(dev): add option to disable video cache on the database (for development purposes only)
This commit is contained in:
@@ -219,6 +219,8 @@ class Config
|
||||
|
||||
property tokens_server : String = ""
|
||||
|
||||
property video_cache : Bool = true
|
||||
|
||||
{% if flag?(:linux) %}
|
||||
property reload_config_automatically : Bool = true
|
||||
{% end %}
|
||||
|
||||
Reference in New Issue
Block a user