From 2cc9353e26e7e26debf43b4d1d7659f941ede6bd Mon Sep 17 00:00:00 2001 From: Dragory <2606411+Dragory@users.noreply.github.com> Date: Sat, 9 Oct 2021 14:43:55 +0300 Subject: [PATCH] debug: disable slow query logging This was always inaccurate, as the results did not match with MariaDB's own slow query log. --- backend/ormconfig.js | 1 - 1 file changed, 1 deletion(-) diff --git a/backend/ormconfig.js b/backend/ormconfig.js index 09e68b8d..8773f25e 100644 --- a/backend/ormconfig.js +++ b/backend/ormconfig.js @@ -34,7 +34,6 @@ module.exports = { connectTimeout: 2000, logging: ["error", "warn"], - maxQueryExecutionTime: 1000, // Entities entities: [entities],