:P
This commit is contained in:
parent
11225b0da7
commit
cbd0af7474
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ namespace Server {
|
|||
if ( Core.MultiProcessor ) {
|
||||
int processorCount = Core.ProcessorCount;
|
||||
|
||||
if ( processorCount > 8 ) {
|
||||
if ( processorCount > 16 ) {
|
||||
return new ParallelSaveStrategy( processorCount );
|
||||
} else {
|
||||
return new DualSaveStrategy();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue