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

@ -463,6 +463,11 @@
*/
"loadTest": "${LOAD_TEST:false}",
/**
* Disable dump of objects preventing a clean exit
*/
"dumpOnUncleanExit": false,
/*
* Disable indentation on new line when previous line ends with some special
* chars (':', '[', '(', '{')