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 9e43711 commit fa04038Copy full SHA for fa04038
main.go
@@ -72,7 +72,7 @@ func main() {
72
logger.ShowFilename(true)
73
74
// backwards compatibility with 1.7
75
- if osArgs.PprofEnabled {
+ if osArgs.PprofEnabled && osArgs.ControllerPort == 0 {
76
osArgs.ControllerPort = 6060
77
}
78
0 commit comments