Skip to content

Commit

Permalink
add todo
Browse files Browse the repository at this point in the history
  • Loading branch information
chronolaw committed Jan 18, 2025
1 parent fd6aae8 commit 34c191f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kong/clustering/rpc/socket.lua
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ function _M:start()
local batch_requests = {}

while not exiting() do
-- 5 seconds for non-batching rpc calls
-- TODO: find the more proper timeout
local payload, err = self.outgoing:pop(5)
if err then
return nil, err
Expand Down

0 comments on commit 34c191f

Please sign in to comment.