Navigation Menu

Skip to content

Commit

Permalink
Sleep when @config is empty.
Browse files Browse the repository at this point in the history
  • Loading branch information
daijiro committed Jun 23, 2013
1 parent a35e75f commit c4b7618
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/droonga/plugin/handler_forward.rb
Expand Up @@ -48,8 +48,8 @@ def get_destination
path = @context.database.path
destination = @config["forward"][path]
return destination unless destination.nil? || destination.empty?
sleep 5
end
sleep 5
end
end

Expand Down

0 comments on commit c4b7618

Please sign in to comment.