This commit is contained in:
chk
2026-03-09 20:54:35 +01:00
parent 66bce53518
commit 2befb519b2
2 changed files with 96 additions and 22 deletions

View File

@@ -72,7 +72,7 @@ fluid.onMessage((msg) => {
// Status polling ("?" every 200ms)
setInterval(() => {
fluid.requestStatus();
}, 200);
}, 50);
server.listen(config.server.port, () => {
console.log("[Server] Running at:");