From 1fbb8a6aced7c6e49a022d9ad235ed1ca76c32ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lucas=20Ple=C3=9F?= Date: Wed, 23 Jul 2014 02:50:00 +0200 Subject: [PATCH] aaaand changed timing back, since it blocks the polling --- node/ip-poll.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/node/ip-poll.js b/node/ip-poll.js index 5646861..6818a94 100644 --- a/node/ip-poll.js +++ b/node/ip-poll.js @@ -10,7 +10,7 @@ var IpPoll = function(switchaddr, hostsaddr) { var redisClient = redis.createClient(); var regexp = /\(([0-9]+) hosts* up\)/; - var nmap = "nmap -n -sP -T2 "; + var nmap = "nmap -n -sP -T4 "; redisClient.on("connect", function () { console.log("connected to redis");