diff options
| author | Omar Roth <omarroth@hotmail.com> | 2018-10-09 17:24:29 -0500 |
|---|---|---|
| committer | Omar Roth <omarroth@hotmail.com> | 2018-10-09 17:24:29 -0500 |
| commit | bcc8ba73bf8d6f4d2ee9083927f6991ce3f15bd3 (patch) | |
| tree | 7f822b94fcbb51292283a561d8975bf13fbfb248 /config | |
| parent | 35e63fa3f5472f847044499ce6d2c6a44220ce07 (diff) | |
| download | invidious-bcc8ba73bf8d6f4d2ee9083927f6991ce3f15bd3.tar.gz invidious-bcc8ba73bf8d6f4d2ee9083927f6991ce3f15bd3.tar.bz2 invidious-bcc8ba73bf8d6f4d2ee9083927f6991ce3f15bd3.zip | |
Fix update_feeds job
Diffstat (limited to 'config')
| -rw-r--r-- | config/config.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/config.yml b/config/config.yml index 309be236..768fe699 100644 --- a/config/config.yml +++ b/config/config.yml @@ -1,5 +1,6 @@ crawl_threads: 1 channel_threads: 1 +feed_threads: 1 video_threads: 1 db: user: kemal @@ -10,4 +11,3 @@ db: full_refresh: false https_only: false geo_bypass: true -update_feeds: true |
