Retry more
This commit is contained in:
parent
78c2a9ef52
commit
82b29891d1
@ -372,7 +372,7 @@ fn classify_block_producers(
|
||||
}
|
||||
);
|
||||
|
||||
confirmed_blocks.push(retry_rpc_operation(10, || {
|
||||
confirmed_blocks.push(retry_rpc_operation(42, || {
|
||||
rpc_client.get_confirmed_blocks(next_slot, Some(last_slot))
|
||||
})?);
|
||||
next_slot = last_slot + 1;
|
||||
|
Loading…
x
Reference in New Issue
Block a user