summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorÉmilien Devos <contact@emiliendevos.be>2022-08-06 10:09:45 +0000
committerGitHub <noreply@github.com>2022-08-06 10:09:45 +0000
commit644ba469451f2348219f99684e44e42a276bfd46 (patch)
tree9d02a94cda14f451c0d46994b2f6208c632a8e9f /config
parent4ab54f284c8585f2edec44a4b0d369813389e142 (diff)
downloadinvidious-644ba469451f2348219f99684e44e42a276bfd46.tar.gz
invidious-644ba469451f2348219f99684e44e42a276bfd46.tar.bz2
invidious-644ba469451f2348219f99684e44e42a276bfd46.zip
Remove mentions that decrypt_polling is broken
And add notice about bandwidth usage, related to https://github.com/iv-org/invidious/issues/3234
Diffstat (limited to 'config')
-rw-r--r--config/config.example.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/config.example.yml b/config/config.example.yml
index ae9509d2..3e8faf20 100644
--- a/config/config.example.yml
+++ b/config/config.example.yml
@@ -349,8 +349,8 @@ feed_threads: 1
## Enable/Disable the polling job that keeps the decryption
## function (for "secured" videos) up to date.
##
-## Note: This part of the code is currently broken, so changing
-## this setting has no impact.
+## Note: This part of the code generate a small amount of data every minute.
+## This may not be desired if you have bandwidth limits set by your ISP.
##
## Accepted values: true, false
## Default: true