mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 19:05:59 +01:00
optimizations and fixes
This commit is contained in:
@@ -219,7 +219,7 @@ function wrap(query, func) {
|
||||
log.info(`Slow recursive query took ${milliseconds}ms.`);
|
||||
}
|
||||
else {
|
||||
log.info(`Slow query took ${milliseconds}ms: ${query}`);
|
||||
log.info(`Slow query took ${milliseconds}ms: ${query.trim().replace(/\s+/g, " ")}`);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user