Skip to content
Snippets Groups Projects
Commit ab3619b6 authored by arshiam2's avatar arshiam2
Browse files

update

parent 4caba1d1
No related branches found
No related tags found
No related merge requests found
......@@ -31,6 +31,6 @@ module.exports.handler = handleErrors(async (argv: {}) => {
console.log(data);
}
});
}, 200);
}, 250);
});
......@@ -82,6 +82,6 @@ module.exports.handler = handleErrors(async (argv: {}) => {
process.exit()
}
}, 500);
}, 250);
});
......@@ -444,7 +444,7 @@ setInterval(function sync() {
});
}
}, 500);
}, 250);
http.createServer(app).listen(3000, machineToIps[process.env.VM], function() {
console.log("Express server listening on port 3000");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment