From 1e4d66a0a42175906883598f7e91449173f824ed Mon Sep 17 00:00:00 2001 From: Dragory <2606411+Dragory@users.noreply.github.com> Date: Sat, 4 May 2019 10:52:59 +0300 Subject: [PATCH] Disable performance debugging --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index d9fa7570..d7828311 100644 --- a/src/index.ts +++ b/src/index.ts @@ -185,7 +185,7 @@ connect().then(async conn => { }, performanceDebug: { - enabled: true, + enabled: false, size: 30, threshold: 200, },