Andrew Cantino hace 11 años
padre
commit
0370814254
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      bin/twitter_stream.rb

+ 1 - 1
bin/twitter_stream.rb

@@ -115,7 +115,7 @@ while true
     end
 
     print "Pausing..."; STDOUT.flush
-    sleep 5
+    sleep 1
     puts "done."
   rescue SignalException, SystemExit
     EventMachine::stop_event_loop if EventMachine.reactor_running?