diff --git a/examples/producer.js b/examples/producer.js index 74996ff..91efc72 100644 --- a/examples/producer.js +++ b/examples/producer.js @@ -23,11 +23,11 @@ var interval = setInterval( function(){ console.log("STORED"); } } ); -}, 0); +}, 100); //close connection setTimeout( function(){ clearInterval(interval); producer.close(); -}, 500); \ No newline at end of file +}, 6000); \ No newline at end of file