summaryrefslogtreecommitdiffstats
path: root/config/config.example.yml
diff options
context:
space:
mode:
Diffstat (limited to 'config/config.example.yml')
-rw-r--r--config/config.example.yml9
1 files changed, 6 insertions, 3 deletions
diff --git a/config/config.example.yml b/config/config.example.yml
index ae9509d2..10734c3a 100644
--- a/config/config.example.yml
+++ b/config/config.example.yml
@@ -349,13 +349,16 @@ 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
+## 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.
+##
+## Note 2: This part of the code is currently broken, so changing
## this setting has no impact.
##
## Accepted values: true, false
-## Default: true
+## Default: false
##
-#decrypt_polling: true
+#decrypt_polling: false
# -----------------------------