shawenguan 1 éve
szülő
commit
90bd6a5038
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      Scripts/wubian/wubianSynthesis.js

+ 1 - 1
Scripts/wubian/wubianSynthesis.js

@@ -197,7 +197,7 @@ function getActivityWillCount() {
 
 function isConcurrentMode() {
     let flag = magicJS.data.read(WuBianConstKey.SynthesisConcurrentMode, true);
-    return false;
+    return flag;
 }
 
 function getRunsPreSecond() {