Skip to content

Commit

Permalink
Update client.go
Browse files Browse the repository at this point in the history
  • Loading branch information
DuckSoft committed Mar 14, 2021
1 parent 3c4c562 commit 95a6598
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/impl/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ func (g GunServiceClientImpl) Run() {
BaseDelay: 500 * time.Millisecond,
Multiplier: 1.5,
Jitter: 0.2,
MaxDelay: 19 * time.Millisecond,
MaxDelay: 19 * time.Second,
},
MinConnectTimeout: 5 * time.Second,
}),
Expand Down

0 comments on commit 95a6598

Please sign in to comment.