diff options
author | Henri Sara <hesara@vaadin.com> | 2014-02-27 13:33:54 +0200 |
---|---|---|
committer | Vaadin Code Review <review@vaadin.com> | 2014-02-27 12:19:17 +0000 |
commit | 09bc99697ece6f70ea935974f3468fdbd1c9e430 (patch) | |
tree | bc91a66a61604886933351ec7479a7edf86abeb4 /client-compiled | |
parent | e961d43fd319148f5ab5fab452aed932105e363a (diff) | |
download | vaadin-framework-09bc99697ece6f70ea935974f3468fdbd1c9e430.tar.gz vaadin-framework-09bc99697ece6f70ea935974f3468fdbd1c9e430.zip |
Use more worker threads for widgetset compilation
Change-Id: Ib7ea54e7a06516acbd9cf3dd08dbbacaac2030f9
Diffstat (limited to 'client-compiled')
-rw-r--r-- | client-compiled/build.xml | 2 |
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" /> |