Luxoft / cordentity

This project combines Hyperledger's Indy ledger for decentralized identity with the Corda platform
Apache License 2.0
32 stars 20 forks source link

Add ability to change the retry policy in `LedgerService` #17

Open voddan opened 6 years ago

voddan commented 6 years ago

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?