Removed Agility pack and changed a few things

This commit is contained in:
2024-12-31 12:59:01 +01:00
parent a6804be9f1
commit 2dc414fc64
4 changed files with 25 additions and 11 deletions
+1 -1
View File
@@ -60,7 +60,7 @@ public class ThreadHandler
Thread.Sleep(5000); // Let the database handler instantiate and warm up first.
List<WaitHandle[]> wait = _ipScanner.Start(128);
for (int i = 0; i < wait.Count; i++)
{
WaitHandle.WaitAll(wait[i]);