mirror of
				https://github.com/jellyfin/jellyfin.git
				synced 2025-11-03 19:17:24 -05:00 
			
		
		
		
	increase startup timeout
This commit is contained in:
		
							parent
							
								
									d5c65d0163
								
							
						
					
					
						commit
						d438a6f1f8
					
				@ -148,7 +148,7 @@ namespace MediaBrowser.ServerApplication
 | 
			
		||||
            {
 | 
			
		||||
                _logger.Info("Found a duplicate process. Giving it time to exit.");
 | 
			
		||||
 | 
			
		||||
                if (!duplicate.WaitForExit(10000))
 | 
			
		||||
                if (!duplicate.WaitForExit(12000))
 | 
			
		||||
                {
 | 
			
		||||
                    _logger.Info("The duplicate process did not exit.");
 | 
			
		||||
                    return true;
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user