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

Raise slow query log threshold

This commit is contained in:
Dragory 2021-09-12 22:09:40 +03:00
parent 57470e5a7f
commit 6a79a59fb8
No known key found for this signature in database
GPG key ID: 5F387BA66DF8AAC1

View file

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