Increase limit to avoid warning
This commit is contained in:
		| @@ -35,7 +35,7 @@ if (process.env.NODE_ENV != 'production') { | |||||||
| } | } | ||||||
|  |  | ||||||
| // https://github.com/Automattic/kue/issues/822 | // https://github.com/Automattic/kue/issues/822 | ||||||
| require('events').EventEmitter.prototype._maxListeners = 256; | require('events').EventEmitter.prototype._maxListeners = 512; | ||||||
|  |  | ||||||
| // Start app | // Start app | ||||||
| main(); | main(); | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 syuilo
					syuilo