Increase limit to avoid warning
This commit is contained in:
		
							parent
							
								
									866797a005
								
							
						
					
					
						commit
						765a10c8da
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -35,7 +35,7 @@ if (process.env.NODE_ENV != 'production') {
 | 
			
		|||
}
 | 
			
		||||
 | 
			
		||||
// https://github.com/Automattic/kue/issues/822
 | 
			
		||||
require('events').EventEmitter.prototype._maxListeners = 256;
 | 
			
		||||
require('events').EventEmitter.prototype._maxListeners = 512;
 | 
			
		||||
 | 
			
		||||
// Start app
 | 
			
		||||
main();
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue