Retry more

This commit is contained in:
Michael Vines
2021-01-22 19:12:45 -08:00
parent 78c2a9ef52
commit 82b29891d1

View File

@ -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)) rpc_client.get_confirmed_blocks(next_slot, Some(last_slot))
})?); })?);
next_slot = last_slot + 1; next_slot = last_slot + 1;