cordentity
cordentity copied to clipboard
Add ability to change the retry policy in `LedgerService`
LedgerService
uses retries to combat Indy state instability.
Currently it does 5 retries and waits 2000ms on each.
How do I lower those parameters to 3 retries 1000ms each?