This commit is contained in:
2023-12-14 19:57:47 +03:00
parent 1fc60e6c12
commit ff3e3003d4
4 changed files with 6 additions and 11 deletions

View File

@@ -102,7 +102,7 @@ public class TestingServer extends RepositoryServer<TestsDatabase> {
//--->>
@Override
protected void startAdditionalThreads() {
testingThread.start();
// testingThread.start();
testingThread_2023.start();
}
protected TestingPlanner_OLD testingPlannerOLD = new TestingPlanner_OLD();