mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-03-16 22:21:51 +00:00
Raise slow query threshold to 500ms
This commit is contained in:
parent
d7810c4cd0
commit
b7725fdaf7
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ module.exports = {
|
||||||
connectTimeout: 2000,
|
connectTimeout: 2000,
|
||||||
|
|
||||||
logging: ["error", "warn"],
|
logging: ["error", "warn"],
|
||||||
maxQueryExecutionTime: 250,
|
maxQueryExecutionTime: 500,
|
||||||
|
|
||||||
// Entities
|
// Entities
|
||||||
entities: [entities],
|
entities: [entities],
|
||||||
|
|
Loading…
Add table
Reference in a new issue