summaryrefslogtreecommitdiffstats
path: root/client-compiled/build.xml
diff options
context:
space:
mode:
Diffstat (limited to 'client-compiled/build.xml')
-rw-r--r--client-compiled/build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/client-compiled/build.xml b/client-compiled/build.xml
index 883d3c88ea..448c9799cd 100644
--- a/client-compiled/build.xml
+++ b/client-compiled/build.xml
@@ -60,7 +60,7 @@
<target name="compile-module">
<fail unless="module" message="You must give the module to compile in the 'module' parameter" />
<property name="style" value="OBF" />
- <property name="localWorkers" value="2" />
+ <property name="localWorkers" value="6" />
<property name="extraParams" value="" />
<ivy:resolve log="download-only" resolveid="common" conf="compile-module" />