diff options
| author | Samantaz Fox <coding@samantaz.fr> | 2024-07-03 18:24:08 +0200 |
|---|---|---|
| committer | Samantaz Fox <coding@samantaz.fr> | 2024-07-25 22:13:08 +0200 |
| commit | a845752fff1c5dd336e7e4a758691a874aa1d3ea (patch) | |
| tree | ea357061cce908c102e2b3a51c023e9955471a85 /config | |
| parent | 63a729998bbb4196efe9bcaedb5c58863e8f3d57 (diff) | |
| download | invidious-a845752fff1c5dd336e7e4a758691a874aa1d3ea.tar.gz invidious-a845752fff1c5dd336e7e4a758691a874aa1d3ea.tar.bz2 invidious-a845752fff1c5dd336e7e4a758691a874aa1d3ea.zip | |
Jobs: Remove the signature function update job
Diffstat (limited to 'config')
| -rw-r--r-- | config/config.example.yml | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/config/config.example.yml b/config/config.example.yml index 38085a20..142fdfb7 100644 --- a/config/config.example.yml +++ b/config/config.example.yml @@ -343,21 +343,6 @@ full_refresh: false ## 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 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: false -## -#decrypt_polling: false - jobs: |
