prosody: increase update check interval from 1h to 6h

This commit is contained in:
Matthew Wild 2020-11-12 12:26:11 +00:00
parent e430586282
commit f1c04cf472
1 changed files with 1 additions and 1 deletions

View File

@ -135,7 +135,7 @@ update_notify_version_url = "https://snikket.org/updates/{branch}/{version}"
update_notify_support_url = "https://snikket.org/notices/{branch}/"
update_notify_message_url = "https://snikket.org/notices/{branch}/{message}"
update_check_dns = "_{branch}.update.snikket.net"
update_check_interval = 3607
update_check_interval = 21613 -- ~6h
http_host = DOMAIN
http_external_url = "https://"..DOMAIN.."/"