mirror of
https://github.com/zulip/zulip.git
synced 2025-10-26 17:43:58 +00:00
security: Add tooling to nag users if a Zulip server is very old.
This will help ensure that users upgrade their Zulip server. Essentially rewritten by tabbott. Fixes part of #17826.
This commit is contained in:
@@ -441,3 +441,6 @@ NAGIOS_BOT_HOST = EXTERNAL_HOST
|
||||
|
||||
# Use half of the available CPUs for data import purposes.
|
||||
DEFAULT_DATA_EXPORT_IMPORT_PARALLELISM = (len(os.sched_getaffinity(0)) // 2) or 1
|
||||
|
||||
# How long after the last upgrade to nag users that the server is insecure
|
||||
SERVER_UPGRADE_NAG_DEADLINE = 365
|
||||
|
||||
Reference in New Issue
Block a user