Skip to content

Commit

Permalink
feature: Change default value of status_port from 6479 to 0
Browse files Browse the repository at this point in the history
  • Loading branch information
suxb201 committed Mar 5, 2024
1 parent 5432483 commit 906a5b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ type AdvancedOptions struct {
Ncpu int `mapstructure:"ncpu" default:"0"`

PprofPort int `mapstructure:"pprof_port" default:"0"`
StatusPort int `mapstructure:"status_port" default:"6479"`
StatusPort int `mapstructure:"status_port" default:"0"`

// log
LogFile string `mapstructure:"log_file" default:"shake.log"`
Expand Down

0 comments on commit 906a5b9

Please sign in to comment.