3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-05-24 10:05:03 +00:00

debug: disable slow query logging

This was always inaccurate, as the results did not match with
MariaDB's own slow query log.
This commit is contained in:
Dragory 2021-10-09 14:43:55 +03:00
parent 6c9160a8a1
commit 2cc9353e26

View file

@ -34,7 +34,6 @@ module.exports = {
connectTimeout: 2000,
logging: ["error", "warn"],
maxQueryExecutionTime: 1000,
// Entities
entities: [entities],