Skip to content

Commit

Permalink
Increase port status subscription limit
Browse files Browse the repository at this point in the history
  • Loading branch information
filiptronicek committed Oct 30, 2024
1 parent 4a6ed64 commit a1059c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/supervisor/pkg/ports/served-ports.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ type ServedPortsObserver interface {
}

const (
maxSubscriptions = 10
maxSubscriptions = 100

fnNetTCP = "/proc/net/tcp"
fnNetTCP6 = "/proc/net/tcp6"
Expand Down

0 comments on commit a1059c8

Please sign in to comment.