优化gc性能

This commit is contained in:
bjdgyc
2021-05-29 18:11:50 +08:00
parent 0512ce197a
commit b704e089b6
5 changed files with 12 additions and 4 deletions

View File

@@ -33,6 +33,7 @@ type ServerConfig struct {
// LinkAddr string `json:"link_addr"`
ServerAddr string `json:"server_addr"`
ServerDTLSAddr string `json:"server_dtls_addr"`
ServerDTLS bool `json:"server_dtls"`
AdminAddr string `json:"admin_addr"`
ProxyProtocol bool `json:"proxy_protocol"`
DbFile string `json:"db_file"`