Skip to content

Commit

Permalink
Added wait message to prevent EC2 process freeze
Browse files Browse the repository at this point in the history
  • Loading branch information
robtweed committed May 17, 2011
1 parent c232f32 commit f4b9fd1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions lib/mdb.js
Expand Up @@ -2288,7 +2288,9 @@ if (!silentStart) {
}
}

// Waiting message - needed for EC2 servers to prevent freezing

setInterval(function() {
console.log("Waiting...");
},60000);
console.log("Waiting..." + new Date().toLocaleTimeString());
},120000);

0 comments on commit f4b9fd1

Please sign in to comment.