3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-05-23 01:25:02 +00:00

Raise slow query log threshold

This commit is contained in:
Dragory 2021-09-12 22:09:40 +03:00
parent 1a5fe3cb4e
commit 0e02edd655

View file

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