fix: default value for keepalive set to 0 (#3152)
This commit is contained in:
@@ -27,7 +27,7 @@ type (
|
||||
Token string `json:",optional"`
|
||||
NonBlock bool `json:",optional"`
|
||||
Timeout int64 `json:",default=2000"`
|
||||
KeepaliveTime time.Duration `json:",default=20s"`
|
||||
KeepaliveTime time.Duration `json:",optional"`
|
||||
Middlewares ClientMiddlewaresConf
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user