Add config option for updating feeds on event

This commit is contained in:
Omar Roth 2019-05-26 11:59:23 -05:00
parent bb1ed902a9
commit 51c5f28443
No known key found for this signature in database
GPG key ID: B8254FB7EC3D37F2
3 changed files with 5 additions and 4 deletions

View file

@ -130,7 +130,7 @@ end
# Start jobs
refresh_channels(PG_DB, logger, config.channel_threads, config.full_refresh)
refresh_feeds(PG_DB, logger, config.feed_threads)
refresh_feeds(PG_DB, logger, config.feed_threads, config.use_feed_events)
subscribe_to_feeds(PG_DB, logger, HMAC_KEY, config)
statistics = {