You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by ta...@apache.org on 2005/10/25 03:34:26 UTC

svn commit: r328222 - /portals/jetspeed-2/trunk/components/portal/src/java/org/apache/jetspeed/aggregator/impl/AsyncPageAggregatorImpl.java

Author: taylor
Date: Mon Oct 24 18:34:24 2005
New Revision: 328222

URL: http://svn.apache.org/viewcvs?rev=328222&view=rev
Log:
need to check this in, its been sitting here for a while
still in progress

Modified:
    portals/jetspeed-2/trunk/components/portal/src/java/org/apache/jetspeed/aggregator/impl/AsyncPageAggregatorImpl.java

Modified: portals/jetspeed-2/trunk/components/portal/src/java/org/apache/jetspeed/aggregator/impl/AsyncPageAggregatorImpl.java
URL: http://svn.apache.org/viewcvs/portals/jetspeed-2/trunk/components/portal/src/java/org/apache/jetspeed/aggregator/impl/AsyncPageAggregatorImpl.java?rev=328222&r1=328221&r2=328222&view=diff
==============================================================================
--- portals/jetspeed-2/trunk/components/portal/src/java/org/apache/jetspeed/aggregator/impl/AsyncPageAggregatorImpl.java (original)
+++ portals/jetspeed-2/trunk/components/portal/src/java/org/apache/jetspeed/aggregator/impl/AsyncPageAggregatorImpl.java Mon Oct 24 18:34:24 2005
@@ -191,7 +191,7 @@
         {
             // TODO: remove this when I get the monitor/sync in place (again)
             // need to dig thru old code in cvs if its still there
-            Thread.sleep(1000);
+            Thread.sleep(4000);
         }
         catch (Exception e)
         {}



---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@portals.apache.org
For additional commands, e-mail: jetspeed-dev-help@portals.apache.org