Skip to content

Commit

Permalink
Merge 1e47fd2 into 3b84262
Browse files Browse the repository at this point in the history
  • Loading branch information
zhoucan1990 committed Jan 17, 2019
2 parents 3b84262 + 1e47fd2 commit dac9aa0
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions tunnel/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ go get gopkg.in/natefinch/lumberjack.v2
```


### Document

* [中文文档](https://help.aliyun.com/document_detail/102520.html?spm=a2c4g.11174283.6.766.379b15c3R8lQsh)

### Quick Start

* tunnel type
Expand Down Expand Up @@ -124,9 +128,9 @@ See the sample directory for more details.
```go
var DefaultTunnelConfig = &TunnelConfig{
//Max backoff retry duration.
MaxRetryElapsedTime: 45 * time.Second,
MaxRetryElapsedTime: 75 * time.Second,
//HTTP request timeout.
RequestTimeout: 30 * time.Second,
RequestTimeout: 60 * time.Second,
//http.DefaultTransport.
Transport: http.DefaultTransport,
}
Expand Down

0 comments on commit dac9aa0

Please sign in to comment.