remove a code to finish job requests when winix exits

Actually there was a bug and the code was not correctly waiting for the job requests.
This commit is contained in:
2024-07-02 17:30:35 +02:00
parent 20b40597fd
commit b2f4c065ea
5 changed files with 10 additions and 31 deletions

View File

@@ -217,7 +217,6 @@ private:
bool DoDatabaseMigration();
bool TryToMakeDatabaseMigration();
void WaitForRequestsToFinish();
// !! IMPROVE ME