Run database migrations in parallel with the rest of game startup to improve load times.
This commit is contained in:
@@ -5,8 +5,9 @@ namespace Content.Server.Interfaces
|
||||
{
|
||||
public interface IServerPreferencesManager
|
||||
{
|
||||
void Initialize();
|
||||
void FinishInit();
|
||||
void OnClientConnected(IPlayerSession session);
|
||||
PlayerPreferences GetPreferences(string username);
|
||||
void StartInit();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user