1
0
Fork 0
mirror of https://git.sr.ht/~cadence/bibliogram synced 2026-03-01 18:31:35 +00:00

Add updater page, disabled by default

This commit is contained in:
Cadence Fish 2020-02-22 23:44:17 +13:00
parent aac358cd65
commit d6ee6c0411
No known key found for this signature in database
GPG key ID: 81015DF9AA8607E1
4 changed files with 123 additions and 1 deletions

View file

@ -25,13 +25,15 @@ let constants = {
settings: {
rss_enabled: true,
display_feed_validation_buttons: false
display_feed_validation_buttons: false,
enable_updater_page: false
},
caching: {
image_cache_control: `public, max-age=${7*24*60*60}`,
resource_cache_time: 30*60*1000,
instance_list_cache_time: 3*60*1000,
updater_cache_time: 2*60*1000,
db_user_id: true,
db_post_n3: true
},