@@ -61,7 +61,7 @@ function Server() {
if (errSocks.indexOf(sock.id) !== -1) {
sock.destroy(err);
}
- }, 1);
+ }, 1000);
});