You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
- MongoService.GetCollection() has an overload that takes a list of indexes. - A background task will add and remove indexes to the collection to ensure that this list of indexes is reflected in the database. - A shared Redis lock is acquired to ensure only one server instance can upgrade collections at a time. - The application version is now expected to be in SemVer format, and is saved into a singleton document whenever an upgrade is made. Upgrades are only performed if the current server version is greater or equal to the value stored here, in order to prevent servers of different versions trying to perform conflicting operations. #preflight none #fyi Carl.Bystrom, Josh.Engebretson [CL 19589738 by Ben Marsh in ue5-main branch]