Skip to content

Commit

Permalink
Check feeds config at startup
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocobozzz committed May 24, 2022
1 parent db9d882 commit 600befb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/initializers/checker-before-init.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ function checkMissedConfig () {
'history.videos.max_age', 'views.videos.remote.max_age', 'views.videos.local_buffer_update_interval', 'views.videos.ip_view_expiration',
'rates_limit.login.window', 'rates_limit.login.max', 'rates_limit.ask_send_email.window', 'rates_limit.ask_send_email.max',
'theme.default',
'feeds.videos.count', 'feeds.comments.count',
'geo_ip.enabled', 'geo_ip.country.database_url',
'remote_redundancy.videos.accept_from',
'federation.videos.federate_unlisted', 'federation.videos.cleanup_remote_interactions',
Expand Down

0 comments on commit 600befb

Please sign in to comment.