Skip to content

Commit

Permalink
Merge pull request #390 from askuy/feature/optimizecontextcancel
Browse files Browse the repository at this point in the history
EnableConnTcpMetric
  • Loading branch information
askuy authored Jun 6, 2024
2 parents df9fea8 + 10d63fe commit 0e79bac
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions server/egovernor/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ import (

// Config 配置
type Config struct {
Host string
Port int
EnableLocalMainIP bool
EnableConnTcp bool
Network string
Host string
Port int
EnableLocalMainIP bool
EnableConnTcpMetric bool
Network string
}

// DefaultConfig 默认配置
Expand Down

0 comments on commit 0e79bac

Please sign in to comment.