Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
av-store: Move prune on a separate thread
There are situations where pruning of the data could take more than a few seconds and that might make the whole subsystem unreponsive. To avoid this just move the prune process on a separate thread. See: paritytech#7237, for more details. Signed-off-by: Alexandru Gheorghe <[email protected]>
- Loading branch information