mirror of
https://github.com/MCLCE/MinecraftConsoles.git
synced 2026-06-16 15:12:15 +00:00
optimization: async dedicated server autosaving (#1473)
This commit is contained in:
@@ -77,6 +77,11 @@ public:
|
||||
virtual void LockSaveAccess();
|
||||
virtual void ReleaseSaveAccess();
|
||||
|
||||
#ifdef MINECRAFT_SERVER_BUILD
|
||||
static void flushPendingBackgroundSave();
|
||||
static bool hasPendingBackgroundSave();
|
||||
#endif
|
||||
|
||||
virtual ESavePlatform getSavePlatform();
|
||||
virtual bool isSaveEndianDifferent();
|
||||
virtual void setLocalPlatform();
|
||||
|
||||
Reference in New Issue
Block a user