make sure after_balance is actually otional

add inline comment to make LB algorithm change detection logic clearer

also require port in addition to host
This commit is contained in:
Elvin Efendi 2018-05-28 16:08:53 -04:00
parent 04b7356190
commit b4e6513fc8
2 changed files with 10 additions and 5 deletions

View file

@ -19,7 +19,4 @@ function _M.sync(self, backend)
self.instance:reinit(nodes)
end
function _M.after_balance(_)
end
return _M