Skip to content

Commit c3dca56

Browse files
committed
Sleep just 1/3 of a second
1 parent 8cd6010 commit c3dca56

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/responders/welcome_responder.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def process_message(message)
3333
params[:run_responder].each do |other_responder|
3434
other_responder.each_pair do |other_responder_name, other_responder_params|
3535
process_other_responder(other_responder_params)
36-
sleep(2)
36+
sleep(0.3)
3737
end
3838
end
3939
else

0 commit comments

Comments
 (0)