Files
UnrealEngineUWP/Engine/Source/Developer/Virtualization
paul chipchase b90bee7501 The DDC virtualization backend now supports the batch push API
#rb trivial
#rnx
#preflight 629893b95e715bebb2c2a529

- The DDC2 api is already heavily threaded so we can simply keep throwing new requests onto it and wait once all requests are made and not have to do any work ourselves.
- I did ask and was told that using the batch api provided by DDC2 would not improve performance so for now I am have gone with the simple change. We may still look into changing to the batch API in the future as then we would have a reason to improve the DDC2 api.

[CL 20468437 by paul chipchase in ue5-main branch]
2022-06-02 09:04:45 -04:00
..