Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Await for
persistVirtualDocuments
result before finishing request
In previous implementation we did not await for the `persistVirtualDocuments()` result before completing the request This was done because the persistance was not mandatory for the request's result and doing it in parallel would be a good way to optimize timings But in some recent experiments we found a scenario where we would benefit from the `await` in order to some external code until the data is actually persisted Related PR: #1486
- Loading branch information