|
@@ -14,6 +14,7 @@ using System.Runtime.InteropServices;
|
|
using System.Text;
|
|
using System.Text;
|
|
using System.Text.Json;
|
|
using System.Text.Json;
|
|
using System.Text.RegularExpressions;
|
|
using System.Text.RegularExpressions;
|
|
|
|
+using System.Threading;
|
|
using System.Threading.Tasks;
|
|
using System.Threading.Tasks;
|
|
using TEAMModelOS.Models;
|
|
using TEAMModelOS.Models;
|
|
using TEAMModelOS.SDK;
|
|
using TEAMModelOS.SDK;
|
|
@@ -67,6 +68,7 @@ namespace TEAMModelOS.FunctionV4
|
|
services.AddIPSearcher("");
|
|
services.AddIPSearcher("");
|
|
})
|
|
})
|
|
.Build();
|
|
.Build();
|
|
|
|
+ ThreadPool.SetMinThreads(200, 200);
|
|
await host.RunAsync();
|
|
await host.RunAsync();
|
|
}
|
|
}
|
|
}
|
|
}
|