fix(perf): Disable wtfnode dump by default

Consumes a lot of CPU so it's better to enable it on purpose
This commit is contained in:
Chocobozzz 2021-04-13 10:10:56 +02:00 committed by webzwo0i
parent 951d369e3f
commit a001a13411
4 changed files with 36 additions and 8 deletions

View file

@ -250,6 +250,11 @@ exports.automaticReconnectionTimeout = 0;
*/
exports.loadTest = false;
/**
* Disable dump of objects preventing a clean exit
*/
exports.dumpOnUncleanExit = false;
/**
* Enable indentation on new lines
*/