mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Dont expose threads to old .NET
This commit is contained in:
@@ -763,7 +763,9 @@ CREATE TABLE IF NOT EXISTS dat (
|
||||
port = 65535;
|
||||
|
||||
// Finally set all of the fields
|
||||
#if NET452_OR_GREATER || NETCOREAPP
|
||||
Globals.MaxThreads = workers;
|
||||
#endif
|
||||
_logdir = logdir;
|
||||
_tmpdir = tmpdir;
|
||||
_webdir = webdir;
|
||||
|
||||
Reference in New Issue
Block a user