aaaand changed timing back, since it blocks the polling

This commit is contained in:
Lucas Pleß 2014-07-23 02:50:00 +02:00
parent b89ebeaf4f
commit 1fbb8a6ace
1 changed files with 1 additions and 1 deletions

View File

@ -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");