From 6a79a59fb8cf22b857e827c9117a0b04c75a7d53 Mon Sep 17 00:00:00 2001 From: Dragory <2606411+Dragory@users.noreply.github.com> Date: Sun, 12 Sep 2021 22:09:40 +0300 Subject: [PATCH] Raise slow query log threshold --- backend/ormconfig.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/ormconfig.js b/backend/ormconfig.js index 7c9bb5b4..52195abb 100644 --- a/backend/ormconfig.js +++ b/backend/ormconfig.js @@ -34,7 +34,7 @@ module.exports = { connectTimeout: 2000, logging: ["error", "warn"], - maxQueryExecutionTime: 100, + maxQueryExecutionTime: 150, // Entities entities: [entities],