mirror of
				https://github.com/zulip/zulip.git
				synced 2025-10-30 19:43:47 +00:00 
			
		
		
		
	security: Adjust default nag deadline from 12 to 18 months.
This commit is contained in:
		| @@ -442,5 +442,8 @@ 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 | ||||
| # How long after the last upgrade to nag users that the server needs | ||||
| # to be upgraded because of likely security releases in the meantime. | ||||
| # Default is 18 months, constructed as 12 months before someone should | ||||
| # upgrade, plus 6 months for the system administrator to get around to it. | ||||
| SERVER_UPGRADE_NAG_DEADLINE = 30 * 18 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user