Some more updates

This commit is contained in:
WolverinDEV
2020-03-10 17:03:38 +01:00
parent 799df15ace
commit 60a1c34dc9
26 changed files with 603 additions and 251 deletions
+1 -1
View File
@@ -67,7 +67,7 @@ bool VirtualServerManager::initialize(bool autostart) {
this->state = State::STARTING;
logMessage(LOG_INSTANCE, "Generating server puzzles...");
auto start = system_clock::now();
this->puzzles->precomputePuzzles(config::voice::DefaultPuzzlePrecomputeSize);
this->puzzles->precompute_puzzles(config::voice::DefaultPuzzlePrecomputeSize);
logMessage(LOG_INSTANCE, "Puzzles generated! Time required: " + to_string(duration_cast<milliseconds>(system_clock::now() - start).count()) + "ms");
size_t serverCount = 0;