mirror of
https://github.com/zadam/trilium.git
synced 2025-11-02 03:16:11 +01:00
update correctly "multi-parent" node status, fixes #1688
This commit is contained in:
@@ -92,7 +92,7 @@ export default class Component {
|
||||
}
|
||||
|
||||
if (glob.isDev) {
|
||||
await utils.timeLimit(promise, 3000, `Time limit failed on ${this.constructor.name} with ${fun.name}`);
|
||||
await utils.timeLimit(promise, 20000, `Time limit failed on ${this.constructor.name} with ${fun.name}`);
|
||||
}
|
||||
else {
|
||||
// cheaper and in non-dev the extra reporting is lost anyway through reload
|
||||
|
||||
Reference in New Issue
Block a user