diff --git a/machine/index.js b/machine/index.js
index 991badb376f49e5d254a6f37e538f96bcb78c8cb..b8f69c065b6b9d3a10a16a101be1e4f798827f77 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: ${