Skip to content

Commit

Permalink
refact reconnection
Browse files Browse the repository at this point in the history
  • Loading branch information
unclezoro committed Aug 16, 2019
1 parent 3f52c48 commit 6209628
Show file tree
Hide file tree
Showing 2 changed files with 192 additions and 241 deletions.
2 changes: 1 addition & 1 deletion client/rpc/basic_client.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import (
"github.com/binance-chain/go-sdk/types/tx"
)

const defaultTimeout = 5 * time.Second
const defaultTimeout = 2 * time.Second

type Client interface {
cmn.Service
Expand Down
Loading

0 comments on commit 6209628

Please sign in to comment.