Skip to content

Commit a6e4215

Browse files
committed
Don't repeat the cluster status.
1 parent b859cd9 commit a6e4215

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

lib/async/container/supervisor/memory_monitor.rb

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,7 @@ def remove(connection)
4343
end
4444

4545
def status(call)
46-
@processes.each do
47-
call.push(memory_monitor: @cluster)
48-
end
46+
call.push(memory_monitor: @cluster)
4947
end
5048

5149
def run

0 commit comments

Comments
 (0)