This website requires JavaScript.
Explore
Help
Sign In
izzy
/
UnrealEngineUWP
Watch
0
Star
0
Fork
0
You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced
2026-03-26 18:15:20 -07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
17554cd989b4f2a7ee3d06dc94de870a0eb39dc3
UnrealEngineUWP
/
Engine
/
Source
/
Programs
/
UnrealCloudDDC
/
Jupiter
/
Implementation
/
Replication
History
joakim lindqvist
d141dc36cb
Cloud DDC - Delayed retry when the blob is missing in the blob replicator. Blobs shouldn't really be missing so we likely just need to give it some time to reach consistency. When I manually poked each blob that missed they were all present now so its unclear how much more time we need. Giving it a second per retry initially but might need more.
...
[CL 34117418 by joakim lindqvist in ue5-main branch]
2024-06-05 02:33:47 -04:00
..
BlobsReplicator.cs
Cloud DDC - Delayed retry when the blob is missing in the blob replicator. Blobs shouldn't really be missing so we likely just need to give it some time to reach consistency. When I manually poked each blob that missed they were all present now so its unclear how much more time we need. Giving it a second per retry initially but might need more.
2024-06-05 02:33:47 -04:00
IReplicator.cs
…
MemoryCachedReplicationLog.cs
Cloud DDC - Fixed failing tests
2024-05-28 02:54:47 -04:00
RefsReplicator.cs
Cloud DDC - Removed assumption that we always need to replicate the ref payload - instead the reference endpoint has been updated to include it if it is not inlined.
2024-05-29 04:37:25 -04:00
ReplicationService.cs
Cloud DDC - Added a replication log for blobs similar to what we already had for refs. The goal is to use this for replication of blobs rather then the ref log, as such a new Blob Replicator that consumes this has been added.
2024-05-28 02:33:05 -04:00
ReplicationSettings.cs
Cloud DDC - Improvements to blob replication
2024-06-04 08:37:00 -04:00