Commit 636ea6d7 authored by 神楽坂玲奈's avatar 神楽坂玲奈

test

parent 62d335ff
Pipeline #4837 passed with stages
in 48 seconds
...@@ -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