Skip to content

Commit

Permalink
feat(invidious): enable full refresh and set channel refresh interval…
Browse files Browse the repository at this point in the history
… to 30 minutes

Set the 'full_refresh' configuration to true for a complete data refresh and added a 'channel_refresh_interval' of 30 minutes for refreshing channel data.
  • Loading branch information
billimek committed Aug 20, 2024
1 parent 290c2d3 commit d9b4fcf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion default/invidious/externalsecret.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ spec:
popular_enabled: false
quality: dash
channel_threads: 2
full_refresh: false
full_refresh: true
channel_refresh_interval: 30m
# Postgres Init
INIT_POSTGRES_DBNAME: invidious
INIT_POSTGRES_HOST: postgres-v15-rw.default.svc.cluster.local
Expand Down

0 comments on commit d9b4fcf

Please sign in to comment.