Skip to content

Commit

Permalink
cluster/worker.rb - fix for old Rubies
Browse files Browse the repository at this point in the history
  • Loading branch information
MSP-Greg committed Dec 3, 2024
1 parent 6c3fd67 commit d3c6c9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/puma/cluster/worker.rb
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ def run

while true
begin
payload = base_payload
payload = base_payload.dup

hsh = server.stats
hsh.each do |k, v|
Expand Down

0 comments on commit d3c6c9c

Please sign in to comment.