new "disable_inclusion" attribute

This commit is contained in:
azivner
2018-03-04 22:09:51 -05:00
parent 5c91e38dfe
commit 1c6fc9029f
4 changed files with 14 additions and 2 deletions

View File

@@ -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);