mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-23 00:46:16 -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
|
@ -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
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue