mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-29 19:59:14 -04:00
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:
parent
951d369e3f
commit
a001a13411
4 changed files with 36 additions and 8 deletions
|
@ -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 (':', '[', '(', '{')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue