From ba4c54c41b94b97a78d4a1ce27f6c418d6bd24d0 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],