Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix(hb): call patch primary names
  • Loading branch information
atticusofsparta committed Oct 17, 2025
commit f06ae20feb8ce3e33e66de649cf9b2796e181572
3 changes: 3 additions & 0 deletions src/main.lua
Original file line number Diff line number Diff line change
Expand Up @@ -509,6 +509,9 @@ local function addEventingHandler(handlerName, pattern, handleFn, critical, prin
if oldBalances then
hb.patchBalances(oldBalances)
end
if oldPrimaryNames then
hb.patchPrimaryNames(oldPrimaryNames)
end

msg.ioEvent:addField("Handler-Memory-KiB-Used", collectgarbage("count"), false)
collectgarbage("collect")
Expand Down
Loading