Is it OK to load Assets in parallel from Orchestrator?

Is it OK to use parallel for each to speedup loading of Assets in concurrent dictionary. I have built something like this and it seems to work but does this approach have any negative impact on Orchestrator ?

I know of no negative impacts, but I would test this against getting the assets linearly. Orchestrator may only be able to send one asset at a time anyway, meaning there may be no benefit.

i think so too, wont be any faster…