From 83cab63a3e72312902de21b167a97b68d86afe75 Mon Sep 17 00:00:00 2001 From: arshiam2 <arshiam2@illinois.edu> Date: Sun, 7 Oct 2018 21:20:40 -0500 Subject: [PATCH] wip --- machine/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/machine/index.js b/machine/index.js index 69265ed..991badb 100644 --- a/machine/index.js +++ b/machine/index.js @@ -48,7 +48,7 @@ let machineNumber = IpsToMachine[ip.address()];; socket.on("listening", function() { socket.addMembership(MULTICAST_ADDR); socket.setBroadcast(true); - setInterval(synAll, 500); + setInterval(synAll, 1500); const address = socket.address(); console.log( `UDP socket listening on ${address.address}:${address.port} pid: ${ -- GitLab