Commit 0c040fdb authored by nanamicat's avatar nanamicat

test

parent 428e061d
...@@ -49,7 +49,7 @@ http ...@@ -49,7 +49,7 @@ http
setInterval(() => { setInterval(() => {
for (const from of Router.all) { for (const from of Router.all) {
from.update(socket);
if (Router.updating) return; if (Router.updating) return;
from.update(socket);
} }
}, config.interval); }, config.interval);
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