Commit 15c4a260 authored by nanahira's avatar nanahira

fix

parent 922942cc
Pipeline #28674 passed with stages
in 23 seconds
......@@ -50,6 +50,6 @@ async function main() {
}
await runWithCatch();
setInterval(runWithCatch, 1000 * 60 * 5);
setInterval(runWithCatch, interval);
}
main()
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment