mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-31 04:56:20 +00:00
Testing
This commit is contained in:
+2
-2
@@ -2300,7 +2300,7 @@ void Database::ConvertInventoryToNewUniqueId()
|
||||
|
||||
TransactionBegin();
|
||||
uint32 index = 0;
|
||||
uint32 batch_size = 1000;
|
||||
const uint32 batch_size = 1000;
|
||||
std::vector<InventoryRepository::Inventory> queue{};
|
||||
queue.reserve(batch_size);
|
||||
|
||||
@@ -2321,4 +2321,4 @@ void Database::ConvertInventoryToNewUniqueId()
|
||||
|
||||
TransactionCommit();
|
||||
LogInfo("Converted {} records", results.size());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user