Disable decrypt_polling by default + add comment (#3244)

このコミットが含まれているのは:
Émilien Devos 2022-08-06 19:09:10 +02:00 committed by GitHub
コミット 3d77642a1e
この署名に対応する既知のキーがデータベースに存在しません
GPGキーID: 4AEE18F83AFDEB23
2個のファイルの変更7行の追加4行の削除

ファイルの表示

@ -352,10 +352,13 @@ feed_threads: 1
## Note: This part of the code generate a small amount of data every minute. ## 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. ## This may not be desired if you have bandwidth limits set by your ISP.
## ##
## Accepted values: true, false ## Note 2: This part of the code is currently broken, so changing
## Default: true ## this setting has no impact.
## ##
#decrypt_polling: true ## Accepted values: true, false
## Default: false
##
#decrypt_polling: false
# ----------------------------- # -----------------------------

ファイルの表示

@ -75,7 +75,7 @@ class Config
@[YAML::Field(converter: Preferences::URIConverter)] @[YAML::Field(converter: Preferences::URIConverter)]
property database_url : URI = URI.parse("") property database_url : URI = URI.parse("")
# Use polling to keep decryption function up to date # 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 # Used for crawling channels: threads should check all videos uploaded by a channel
property full_refresh : Bool = false property full_refresh : Bool = false
# Used to tell Invidious it is behind a proxy, so links to resources should be https:// # Used to tell Invidious it is behind a proxy, so links to resources should be https://