1.14.1 (#2362)
* Bump version in most places. * Update official release steps for desktop * Version bump a bunch of Rust packages. * Windows fix for disabling MT properly. * Release notes.
This commit is contained in:
parent
98e532de20
commit
a0acc82e99
9 changed files with 686 additions and 436 deletions
|
@ -2617,6 +2617,10 @@ public:
|
|||
_concurrency = 1;
|
||||
_cpuPinningEnabled = false;
|
||||
}
|
||||
#else
|
||||
_multicoreEnabled = false;
|
||||
_concurrency = 1;
|
||||
_cpuPinningEnabled = false;
|
||||
#endif
|
||||
|
||||
#ifndef ZT_SDK
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue