Author: nextgens
Date: 2006-03-27 21:16:20 +0000 (Mon, 27 Mar 2006)
New Revision: 8330
Modified:
trunk/apps/installer/src/Sha1Test.java
Log:
installer: Doh ! waiting before retries might be a good idea ;)
Modified: trunk/apps/installer/src/Sha1Test.java
===================================================================
--- trunk/apps/installer/src/Sha1Test.java 2006-03-27 21:03:19 UTC (rev
8329)
+++ trunk/apps/installer/src/Sha1Test.java 2006-03-27 21:16:20 UTC (rev
8330)
@@ -19,6 +19,10 @@
if(sha1test(filename)) System.exit(0);
get(URI2, filename);
count++;
+ try{
+ Thread.sleep(2000);
+ }catch(Exception e){
+ }
}
System.out.println("No mirror is available at the moment,
please try again later");
System.exit(1);