diff --git a/src/util/util/Event.ts b/src/util/util/Event.ts index 9faae5f..a9f129c 100644 --- a/src/util/util/Event.ts +++ b/src/util/util/Event.ts @@ -324,6 +324,8 @@ } } - console.log(`[Events] Unix socket writer emitted to ${Object.entries(this.clients).length} sockets in ${tsw.elapsed().totalMilliseconds}ms`); + if (tsw.elapsed().totalMilliseconds > 5) + // else it's too noisy + console.log(`[Events] Unix socket writer emitted to ${Object.entries(this.clients).length} sockets in ${tsw.elapsed().totalMilliseconds}ms`); } }