mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2025-11-06 14:50:24 +08:00
优化全局设置的超时设置
This commit is contained in:
@@ -770,3 +770,8 @@ func (this *NodeConfig) FindHTTPPagesPolicyWithClusterId(clusterId int64) *HTTPP
|
|||||||
func (this *NodeConfig) SecretHash() string {
|
func (this *NodeConfig) SecretHash() string {
|
||||||
return this.secretHash
|
return this.secretHash
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// HasConnTimeoutSettings 检查是否有连接超时设置
|
||||||
|
func (this *NodeConfig) HasConnTimeoutSettings() bool {
|
||||||
|
return this.GlobalServerConfig != nil && (this.GlobalServerConfig.Performance.AutoReadTimeout || this.GlobalServerConfig.Performance.AutoWriteTimeout)
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user