shawenguan 1 năm trước cách đây
mục cha
commit
90bd6a5038
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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() {