shawenguan 1 年之前
父节点
当前提交
90bd6a5038
共有 1 个文件被更改,包括 1 次插入1 次删除
  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() {