Skip to content

Commit a1059c8

Browse files
committed
Increase port status subscription limit
1 parent 4a6ed64 commit a1059c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/supervisor/pkg/ports/served-ports.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ type ServedPortsObserver interface {
4040
}
4141

4242
const (
43-
maxSubscriptions = 10
43+
maxSubscriptions = 100
4444

4545
fnNetTCP = "/proc/net/tcp"
4646
fnNetTCP6 = "/proc/net/tcp6"

0 commit comments

Comments
 (0)