The SyncHelper class currently queries the details for each individual FoD release in the processSyncedApplicationVersionsAndFoDReleases(final SyncData syncData, final BiConsumer<SyncData,JSONMap> consumer).
Potentially, for each page of SSC application versions that are mapped to FoD releases, we could load blocks of x releases, by using .../releases?filter=releaseId:294|295|releaseIdFromSSCVersion1|releaseIdFromSSCVersion2|..., and then map the array of results back to corresponding SSC application versions.
The SyncHelper class currently queries the details for each individual FoD release in the processSyncedApplicationVersionsAndFoDReleases(final SyncData syncData, final BiConsumer<SyncData,JSONMap> consumer).
Potentially, for each page of SSC application versions that are mapped to FoD releases, we could load blocks of x releases, by using .../releases?filter=releaseId:294|295|releaseIdFromSSCVersion1|releaseIdFromSSCVersion2|..., and then map the array of results back to corresponding SSC application versions.