You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by de...@apache.org on 2014/06/17 12:37:11 UTC

svn commit: r1603121 - /uima/sandbox/uima-ducc/trunk/src/main/resources/ducc.properties

Author: degenaro
Date: Tue Jun 17 10:37:10 2014
New Revision: 1603121

URL: http://svn.apache.org/r1603121
Log:
UIMA-3848 DUCC Web Server (WS) seems slow to respond for Machines page of large cluster

Modified:
    uima/sandbox/uima-ducc/trunk/src/main/resources/ducc.properties

Modified: uima/sandbox/uima-ducc/trunk/src/main/resources/ducc.properties
URL: http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/trunk/src/main/resources/ducc.properties?rev=1603121&r1=1603120&r2=1603121&view=diff
==============================================================================
--- uima/sandbox/uima-ducc/trunk/src/main/resources/ducc.properties (original)
+++ uima/sandbox/uima-ducc/trunk/src/main/resources/ducc.properties Tue Jun 17 10:37:10 2014
@@ -203,6 +203,8 @@ ducc.ws.max.history.entries = 4096
 ducc.ws.jsp.compilation.directory = /tmp/ducc/jsp
 # Specify login enabled (default is true)
 ducc.ws.login.enabled = false
+# Specify precalculate machines (default is true)
+ducc.ws.precalculate.machines = true
 # ========== Web Server Configuration block ==========
 
 # ========== Job Driver Configuration block ==========