File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ func New(c *conf.NodeConfig) (*Client, error) {
3131 if c .Timeout > 0 {
3232 client .SetTimeout (time .Duration (c .Timeout ) * time .Second )
3333 } else {
34- client .SetTimeout (5 * time .Second )
34+ client .SetTimeout (30 * time .Second )
3535 }
3636 client .OnError (func (req * resty.Request , err error ) {
3737 var v * resty.ResponseError
Original file line number Diff line number Diff line change @@ -234,6 +234,6 @@ require (
234234 lukechampine.com/blake3 v1.4.1 // indirect
235235)
236236
237- replace github.com/xtls/xray-core v1.251015.0 => github.com/wyx2685/xray-core v0.0.0-20251019131659-3d0ac9b85461
237+ replace github.com/xtls/xray-core v1.251015.0 => github.com/wyx2685/xray-core v0.0.0-20251020153238-79d004f45047
238238
239239// replace github.com/xtls/xray-core v1.251015.0 => ../github/Xray-core
Original file line number Diff line number Diff line change @@ -955,8 +955,8 @@ github.com/volcengine/volc-sdk-golang v1.0.216 h1:+wAq8RvxpGECveRJaAXZFpzrZoQ33W
955955github.com/volcengine/volc-sdk-golang v1.0.216 /go.mod h1:zHJlaqiMbIB+0mcrsZPTwOb3FB7S/0MCfqlnO8R7hlM =
956956github.com/vultr/govultr/v3 v3.21.1 h1:0cnA8fXiqayPGbAlNHaW+5oCQjpDNkkAm3Nt3LOHplM =
957957github.com/vultr/govultr/v3 v3.21.1 /go.mod h1:9WwnWGCKnwDlNjHjtt+j+nP+0QWq6hQXzaHgddqrLWY =
958- github.com/wyx2685/xray-core v0.0.0-20251019131659-3d0ac9b85461 h1:Q72xPMXh+uzXH4yx153EsutAG4FSnqGxjAXPWVQy+dY =
959- github.com/wyx2685/xray-core v0.0.0-20251019131659-3d0ac9b85461 /go.mod h1:C1o8xaWrrt+u0EWz+Gl22dVrETfc5xGXU5+DrpB2Rkw =
958+ github.com/wyx2685/xray-core v0.0.0-20251020153238-79d004f45047 h1:rm6+KNkw7Lo/trdWdPk/0b7lwxfSQ75PDvdFKZaOJvU =
959+ github.com/wyx2685/xray-core v0.0.0-20251020153238-79d004f45047 /go.mod h1:C1o8xaWrrt+u0EWz+Gl22dVrETfc5xGXU5+DrpB2Rkw =
960960github.com/xdg-go/pbkdf2 v1.0.0 /go.mod h1:jrpuAogTd400dnrH08LKmI/xc1MbPOebTwRqcT5RDeI =
961961github.com/xdg-go/scram v1.0.2 /go.mod h1:1WAq6h33pAW+iRreB34OORO2Nf7qel3VV3fjBj+hCSs =
962962github.com/xdg-go/scram v1.1.2 /go.mod h1:RT/sEzTbU5y00aCK8UOx6R7YryM0iF1N2MOmC3kKLN4 =
You can’t perform that action at this time.
0 commit comments