3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-03-16 14:11:50 +00:00

Disable performance debugging

This commit is contained in:
Dragory 2019-05-04 10:52:59 +03:00
parent bb56f92c43
commit 1e4d66a0a4

View file

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