Replace sniffer 30001 port with 48999 (#1670)

Co-authored-by: Alon Girmonsky <1990761+alongir@users.noreply.github.com>
This commit is contained in:
Volodymyr Stoiko
2024-12-19 12:37:01 -08:00
committed by GitHub
parent e819e9b697
commit 261a0ca1a9
4 changed files with 7 additions and 7 deletions

View File

@@ -72,7 +72,7 @@ type ResourceRequirementsWorker struct {
}
type WorkerConfig struct {
SrvPort uint16 `yaml:"srvPort" json:"srvPort" default:"30001"`
SrvPort uint16 `yaml:"srvPort" json:"srvPort" default:"48999"`
}
type HubConfig struct {