This commit is contained in:
2023-12-03 18:22:25 +03:00
parent f4c7353741
commit 878123d76f

View File

@@ -164,7 +164,7 @@ public:
busyKernels = Utils::min(busyKernels - kernels, maxKernels);
freeKernels = Utils::max(0, maxKernels - busyKernels);
//-
//saveState(); //не нужно. только для отладки. анализ будет делаться архивом.
saveState();
}
return (state != Running);