mirror of
https://github.com/zadam/trilium.git
synced 2025-11-06 13:26:01 +01:00
new "disable_inclusion" attribute
This commit is contained in:
@@ -19,7 +19,7 @@ async function runNotesWithAttribute(runAttrValue) {
|
||||
}
|
||||
}
|
||||
|
||||
setTimeout(() => runNotesWithAttribute('backend_startup'), 1 * 1000);
|
||||
setTimeout(() => runNotesWithAttribute('backend_startup'), 10 * 1000);
|
||||
|
||||
setInterval(() => runNotesWithAttribute('hourly'), 3600 * 1000);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user