[dna-commits] DNA SVN: r1309 - trunk/tools/org.jboss.dna.eclipse.jcr.rest.client/src/org/jboss/dna/eclipse/jcr/rest/client/views.

dna-commits at lists.jboss.org dna-commits at lists.jboss.org
Tue Oct 27 12:37:53 EDT 2009


Author: elvisisking
Date: 2009-10-27 12:37:53 -0400 (Tue, 27 Oct 2009)
New Revision: 1309

Modified:
   trunk/tools/org.jboss.dna.eclipse.jcr.rest.client/src/org/jboss/dna/eclipse/jcr/rest/client/views/DnaContentProvider.java
Log:
Changed server retry wait time from 10 secs to 2 secs. This is the time to wait before trying to connect again.

Modified: trunk/tools/org.jboss.dna.eclipse.jcr.rest.client/src/org/jboss/dna/eclipse/jcr/rest/client/views/DnaContentProvider.java
===================================================================
--- trunk/tools/org.jboss.dna.eclipse.jcr.rest.client/src/org/jboss/dna/eclipse/jcr/rest/client/views/DnaContentProvider.java	2009-10-26 16:05:53 UTC (rev 1308)
+++ trunk/tools/org.jboss.dna.eclipse.jcr.rest.client/src/org/jboss/dna/eclipse/jcr/rest/client/views/DnaContentProvider.java	2009-10-27 16:37:53 UTC (rev 1309)
@@ -73,7 +73,7 @@
     /**
      * If a server connection cannot be established, wait this amount of time before trying again.
      */
-    private static final long RETRY_DURATION = 10000;
+    private static final long RETRY_DURATION = 2000;
 
     // ===========================================================================================================================
     // Class Methods



More information about the dna-commits mailing list