Skip to content

Commit

Permalink
Bump version to v0.4.21
Browse files Browse the repository at this point in the history
  • Loading branch information
jirevwe committed Mar 29, 2022
1 parent 49f2195 commit 6c929f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.4.20
v0.4.21
2 changes: 1 addition & 1 deletion net/dispatcher.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ type Dispatcher struct {

func NewDispatcher() *Dispatcher {
return &Dispatcher{
client: &http.Client{Timeout: 10 * time.Second},
client: &http.Client{Timeout: 60 * time.Second},
}
}

Expand Down

0 comments on commit 6c929f0

Please sign in to comment.