- From: Thomas Gambet via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 21 Sep 2009 15:58:12 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2006/unicorn/WebContent/WEB-INF/conf In directory hutz:/tmp/cvs-serv7256/WebContent/WEB-INF/conf Modified Files: unicorn.properties Log Message: new properties OBSERVER_CONNECT_TIMEOUT and OBSERVER_READ_TIMEOUT Index: unicorn.properties =================================================================== RCS file: /sources/public/2006/unicorn/WebContent/WEB-INF/conf/unicorn.properties,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- unicorn.properties 17 Sep 2009 15:50:13 -0000 1.8 +++ unicorn.properties 21 Sep 2009 15:58:10 -0000 1.9 @@ -12,6 +12,9 @@ SHOW_LANGUAGE_UNAVAILABLE_MESSAGE = true DOCUMENT_CONNECT_TIMEOUT = 5000 +OBSERVER_CONNECT_TIMEOUT = 5000 +OBSERVER_READ_TIMEOUT = 30000 + PATH_TO_RESOURCES = ${UNICORN_HOME}/WEB-INF/resources/ PATH_TO_OBSERVER_LIST = ${PATH_TO_RESOURCES}
Received on Monday, 21 September 2009 15:58:20 UTC