mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-05-23 17:45:03 +00:00
Raise slow query log threshold
This commit is contained in:
parent
1a5fe3cb4e
commit
0e02edd655
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ module.exports = {
|
|||
connectTimeout: 2000,
|
||||
|
||||
logging: ["error", "warn"],
|
||||
maxQueryExecutionTime: 100,
|
||||
maxQueryExecutionTime: 150,
|
||||
|
||||
// Entities
|
||||
entities: [entities],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue