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

Raise slow query threshold to 500ms

This commit is contained in:
Dragory 2021-09-26 00:27:11 +03:00
parent d7810c4cd0
commit b7725fdaf7
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: 250,
maxQueryExecutionTime: 500,
// Entities
entities: [entities],