common JS module system prototype

This commit is contained in:
azivner
2018-03-04 10:32:53 -05:00
parent 83d6c2970f
commit 7a865a9081
5 changed files with 71 additions and 16 deletions

View File

@@ -19,7 +19,7 @@ async function runNotesWithAttribute(runAttrValue) {
}
}
setTimeout(() => runNotesWithAttribute('backend_startup'), 10 * 1000);
setTimeout(() => runNotesWithAttribute('backend_startup'), 1 * 1000);
setInterval(() => runNotesWithAttribute('hourly'), 3600 * 1000);