Skip to content

Commit

Permalink
refactor(prometheus): remove the blank line
Browse files Browse the repository at this point in the history
  • Loading branch information
motongxue committed Mar 15, 2024
1 parent bf85e6d commit b1087b2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apisix/utils/batch-processor.lua
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,6 @@ end


function batch_processor:push(entry)

-- if the batch size is one then immediately send for processing
if self.batch_max_size == 1 then
local batch = {entries = {entry}, retry_count = 0}
Expand Down

0 comments on commit b1087b2

Please sign in to comment.