Browse Source

By deafult use multithreaded RMG

Tomasz Zieliński 2 years ago
parent
commit
0e37c7b7d0
1 changed files with 2 additions and 1 deletions
  1. 2 1
      config/randomMap.json

+ 2 - 1
config/randomMap.json

@@ -41,5 +41,6 @@
   {
     "value" : [2000, 5333, 8666, 12000],
     "rewardValue" : [5000, 10000, 15000, 20000]
-  }
+  },
+  "singleThread" : false
 }