debug: disable slow query logging

This was always inaccurate, as the results did not match with
MariaDB's own slow query log.
This commit is contained in:
Dragory 2021-10-09 14:43:55 +03:00
parent ac46facc46
commit ba4c54c41b
No known key found for this signature in database
GPG key ID: 5F387BA66DF8AAC1

View file

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