From: <dm...@us...> - 2010-10-04 13:07:09
|
Revision: 3720 http://bigdata.svn.sourceforge.net/bigdata/?rev=3720&view=rev Author: dmacgbr Date: 2010-10-04 13:07:03 +0000 (Mon, 04 Oct 2010) Log Message: ----------- See Trac #183 Modified Paths: -------------- branches/QUADS_QUERY_BRANCH/src/resources/config/bigdataCluster.config branches/QUADS_QUERY_BRANCH/src/resources/config/bigdataCluster16.config branches/QUADS_QUERY_BRANCH/src/resources/config/bigdataStandalone.config Modified: branches/QUADS_QUERY_BRANCH/src/resources/config/bigdataCluster.config =================================================================== --- branches/QUADS_QUERY_BRANCH/src/resources/config/bigdataCluster.config 2010-10-02 16:10:07 UTC (rev 3719) +++ branches/QUADS_QUERY_BRANCH/src/resources/config/bigdataCluster.config 2010-10-04 13:07:03 UTC (rev 3720) @@ -401,6 +401,10 @@ */ serviceCount = 1; + /** + * @see <a href="http://sourceforge.net/apps/trac/bigdata/ticket/183">trac 183</a> + */ + timeout = 20000 ; } /** Modified: branches/QUADS_QUERY_BRANCH/src/resources/config/bigdataCluster16.config =================================================================== --- branches/QUADS_QUERY_BRANCH/src/resources/config/bigdataCluster16.config 2010-10-02 16:10:07 UTC (rev 3719) +++ branches/QUADS_QUERY_BRANCH/src/resources/config/bigdataCluster16.config 2010-10-04 13:07:03 UTC (rev 3720) @@ -447,6 +447,10 @@ */ serviceCount = 1; + /** + * @see <a href="http://sourceforge.net/apps/trac/bigdata/ticket/183">trac 183</a> + */ + timeout = 20000 ; } /** Modified: branches/QUADS_QUERY_BRANCH/src/resources/config/bigdataStandalone.config =================================================================== --- branches/QUADS_QUERY_BRANCH/src/resources/config/bigdataStandalone.config 2010-10-02 16:10:07 UTC (rev 3719) +++ branches/QUADS_QUERY_BRANCH/src/resources/config/bigdataStandalone.config 2010-10-04 13:07:03 UTC (rev 3720) @@ -423,6 +423,10 @@ */ serviceCount = 1; + /** + * @see <a href="http://sourceforge.net/apps/trac/bigdata/ticket/183">trac 183</a> + */ + timeout = 20000 ; } /** This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |