3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-05-17 23:25:02 +00:00

Disable performance debugging

This commit is contained in:
Dragory 2019-05-04 10:52:59 +03:00
parent 516be03e1a
commit d0053daf3c

View file

@ -185,7 +185,7 @@ connect().then(async conn => {
}, },
performanceDebug: { performanceDebug: {
enabled: true, enabled: false,
size: 30, size: 30,
threshold: 200, threshold: 200,
}, },