mirror of
https://gitea.invidious.io/iv-org/invidious-copy-2022-08-14.git
synced 2024-08-15 00:53:20 +00:00
Refactor refresh_feeds
This commit is contained in:
parent
c07ad0941c
commit
ad09e734da
3 changed files with 59 additions and 35 deletions
|
@ -129,8 +129,8 @@ end
|
|||
|
||||
# Start jobs
|
||||
|
||||
refresh_channels(PG_DB, logger, config.channel_threads, config.full_refresh)
|
||||
refresh_feeds(PG_DB, logger, config.feed_threads, config.use_feed_events)
|
||||
refresh_channels(PG_DB, logger, config)
|
||||
refresh_feeds(PG_DB, logger, config)
|
||||
subscribe_to_feeds(PG_DB, logger, HMAC_KEY, config)
|
||||
|
||||
statistics = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue