Tokens: Refresh po_token and visitor_data every 5 seconds

Closes #11
This commit is contained in:
Fijxu
2024-10-13 15:57:51 -03:00
parent 976e1ccf5a
commit eb2670fe49
6 changed files with 46 additions and 10 deletions

View File

@@ -184,6 +184,9 @@ class Config
# at the start of the URI
property external_videoplayback_proxy : Array(String) = [] of String
# Job to refresh tokens from a Redis compatible DB
property refresh_tokens : Bool = true
# Materialious redirects
property materialious_domain : String?