mirror of
https://gitea.invidious.io/iv-org/invidious.git
synced 2024-08-15 00:53:41 +00:00
Disable decrypt_polling by default + add comment (#3244)
This commit is contained in:
parent
0c64a86ebe
commit
3d77642a1e
2 changed files with 7 additions and 4 deletions
|
@ -352,10 +352,13 @@ feed_threads: 1
|
|||
## 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
|
||||
## Note 2: This part of the code is currently broken, so changing
|
||||
## this setting has no impact.
|
||||
##
|
||||
#decrypt_polling: true
|
||||
## Accepted values: true, false
|
||||
## Default: false
|
||||
##
|
||||
#decrypt_polling: false
|
||||
|
||||
|
||||
# -----------------------------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue