Reduced max threadcount for main thread to avoid issue
This commit is contained in:
@@ -24,7 +24,7 @@ namespace Barotrauma
|
|||||||
|
|
||||||
private static readonly ParallelOptions parallelOptions = new ParallelOptions
|
private static readonly ParallelOptions parallelOptions = new ParallelOptions
|
||||||
{
|
{
|
||||||
MaxDegreeOfParallelism = 32
|
MaxDegreeOfParallelism = 16
|
||||||
};
|
};
|
||||||
|
|
||||||
#if CLIENT
|
#if CLIENT
|
||||||
|
|||||||
Reference in New Issue
Block a user