fix pht timeout

This commit is contained in:
ginuerzh
2022-01-21 21:57:01 +08:00
parent bb889412d2
commit 412ed7f218
2 changed files with 2 additions and 3 deletions

View File

@ -74,7 +74,7 @@ func (d *phtDialer) Init(md md.Metadata) (err error) {
d.client = &pht_util.Client{
Client: &http.Client{
Timeout: 60 * time.Second,
// Timeout: 60 * time.Second,
Transport: tr,
},
AuthorizePath: d.md.authorizePath,