no message

This commit is contained in:
2023-10-14 00:43:39 +03:00
parent 7aeb531208
commit a2971e95da
7 changed files with 36 additions and 9 deletions

View File

@@ -236,7 +236,10 @@ public class TestingServer extends RepositoryServer<TestsDatabase> {
else
TimerOff();
}
//----
public static int checkIntervalSecond = 10;
public static int kernels = 4;
//----
public static Timer checkTimer = null;
public static void TimerOn() {
checkTasks = true;