Skip to content
This repository has been archived by the owner on Jul 11, 2023. It is now read-only.

Commit

Permalink
Update src/resty/dns/balancer/base.lua
Browse files Browse the repository at this point in the history
Co-Authored-By: Enrique García Cota <kikito@gmail.com>
  • Loading branch information
Tieske and kikito committed Aug 7, 2019
1 parent d683b01 commit 6ae690d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/resty/dns/balancer/base.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1197,7 +1197,7 @@ end
-- Timer invoked to update DNS records
function objBalancer:resolveTimerCallback()
--check all hosts for expired records,
--erroreed ones included
--including those with errors
--we update, so changes on the list while traversing can happen, keep track of that
ngx_log(ngx_DEBUG, self.log_prefix, "executing requery timer")
Expand Down

0 comments on commit 6ae690d

Please sign in to comment.