mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-04 05:53:43 +00:00 
			
		
		
		
	uwsgi: Increase timeout before harakiri.
Some legitimate requests in Zulip can take more than 20s to be processed, and we don't have a current problem where having a 20s limit here is preventing a problem.
This commit is contained in:
		@@ -34,7 +34,7 @@ auto-procname=true
 | 
				
			|||||||
procname-prefix-spaced=zulip-django
 | 
					procname-prefix-spaced=zulip-django
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Longest response allowed, in seconds, before killing the worker
 | 
					# Longest response allowed, in seconds, before killing the worker
 | 
				
			||||||
harakiri=20
 | 
					harakiri=60
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user