From 986e49bc9eeef92dff09c1edd5f331b57dc18cc2 Mon Sep 17 00:00:00 2001
From: arshiam2 <arshiam2@illinois.edu>
Date: Sun, 7 Oct 2018 21:22:53 -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 991badb..b8f69c0 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, 1500);
+  setInterval(synAll, 1000);
   const address = socket.address();
   console.log(
     `UDP socket listening on ${address.address}:${address.port} pid: ${
-- 
GitLab