We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a6ed64 commit a1059c8Copy full SHA for a1059c8
components/supervisor/pkg/ports/served-ports.go
@@ -40,7 +40,7 @@ type ServedPortsObserver interface {
40
}
41
42
const (
43
- maxSubscriptions = 10
+ maxSubscriptions = 100
44
45
fnNetTCP = "/proc/net/tcp"
46
fnNetTCP6 = "/proc/net/tcp6"
0 commit comments