aion
aion copied to clipboard
Optimize DB repair calls
PR #670 introduced a call to repair the database for the LevelDB implementation in case of failed get operations. To do:
- Examine the LevelDB implementation for opportunities to call repair functionality in case of other failures.
- Examine other implementations to introduce similar functionality.