android-fhir icon indicating copy to clipboard operation
android-fhir copied to clipboard

Parallelise downloaded `Resource` insertion

Open deepankarb opened this issue 3 years ago • 0 comments

We're inserting downloaded resources by type, one-at-a-time in FhirSynchronizer.kt. This can be done in separate threads to speed up insertion.

deepankarb avatar Jun 22 '21 16:06 deepankarb