Author: remi
Date: 2009-07-29 22:11:23 +0200 (Wed, 29 Jul 2009)
New Revision: 5232

Modified:
   
software_suite_v3/smart-core/smart-server/trunk/util/applicationserver/gadget/GadgetsOnlineContainer.py
Log:
* Incremented the timeout connection check on ftp.kysoh.com server 

Modified: 
software_suite_v3/smart-core/smart-server/trunk/util/applicationserver/gadget/GadgetsOnlineContainer.py
===================================================================
--- 
software_suite_v3/smart-core/smart-server/trunk/util/applicationserver/gadget/GadgetsOnlineContainer.py
     2009-07-29 17:37:51 UTC (rev 5231)
+++ 
software_suite_v3/smart-core/smart-server/trunk/util/applicationserver/gadget/GadgetsOnlineContainer.py
     2009-07-29 20:11:23 UTC (rev 5232)
@@ -44,7 +44,7 @@
             self.__mutex.release()
             return
         # Check ftp server
-        if not URLTools.URLCheck(ONLINE_FTP_URL, 1.0):
+        if not URLTools.URLCheck(ONLINE_FTP_URL, 3.0):
             self.__mutex.release()
             return
         self.__gadgetsOnline = []


------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Tux-droid-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tux-droid-svn

Reply via email to