mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Add more verbose logging to realm blocking process
This commit is contained in:
@ -126,7 +126,7 @@ namespace osu.Game.Database
|
||||
string backupSuffix = $"before_final_migration_{DateTimeOffset.UtcNow.ToUnixTimeSeconds()}";
|
||||
|
||||
// required for initial backup.
|
||||
var realmBlockOperations = realm.BlockAllOperations();
|
||||
var realmBlockOperations = realm.BlockAllOperations("EF migration");
|
||||
|
||||
Task.Factory.StartNew(() =>
|
||||
{
|
||||
|
Reference in New Issue
Block a user