summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorÉmilien Devos <contact@emiliendevos.be>2022-08-06 19:09:10 +0200
committerGitHub <noreply@github.com>2022-08-06 17:09:10 +0000
commit3d77642a1e2a94c1314a59b60279157ae4f49b9e (patch)
tree0c2102ade8fbbaa83653f24624851d4b103e57be /src
parent0c64a86ebec8844a3aadbe44265776767d810aae (diff)
downloadinvidious-3d77642a1e2a94c1314a59b60279157ae4f49b9e.tar.gz
invidious-3d77642a1e2a94c1314a59b60279157ae4f49b9e.tar.bz2
invidious-3d77642a1e2a94c1314a59b60279157ae4f49b9e.zip
Disable decrypt_polling by default + add comment (#3244)
Diffstat (limited to 'src')
-rw-r--r--src/invidious/config.cr2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/invidious/config.cr b/src/invidious/config.cr
index a077c7fd..786b65df 100644
--- a/src/invidious/config.cr
+++ b/src/invidious/config.cr
@@ -75,7 +75,7 @@ class Config
@[YAML::Field(converter: Preferences::URIConverter)]
property database_url : URI = URI.parse("")
# Use polling to keep decryption function up to date
- property decrypt_polling : Bool = true
+ property decrypt_polling : Bool = false
# Used for crawling channels: threads should check all videos uploaded by a channel
property full_refresh : Bool = false
# Used to tell Invidious it is behind a proxy, so links to resources should be https://