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

Raise slow query log threshold to 250ms

This commit is contained in:
Dragory 2021-09-12 22:52:31 +03:00
parent 7206d5e5a1
commit f1d6ee3a2c

View file

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