Increase backoff steps and reduce factor
This commit is contained in:
parent
464ef72e6b
commit
4adcc10383
1 changed files with 2 additions and 2 deletions
|
@ -146,9 +146,9 @@ func connect(cmd *cobra.Command, args []string) {
|
|||
realis.ThriftJSON(),
|
||||
realis.Timeout(timeout),
|
||||
realis.BackOff(realis.Backoff{
|
||||
Steps: 2,
|
||||
Steps: 6,
|
||||
Duration: 10 * time.Second,
|
||||
Factor: 2.0,
|
||||
Factor: 1.5,
|
||||
Jitter: 0.1,
|
||||
}),
|
||||
realis.SetLogger(log)}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue