more scan retries
authorJavier S. Pedro <maemo@javispedro.com>
Thu, 22 Oct 2009 21:08:15 +0000 (23:08 +0200)
committerJavier S. Pedro <maemo@javispedro.com>
Thu, 22 Oct 2009 21:08:15 +0000 (23:08 +0200)
networks.c

index 0761948..7f52ae1 100644 (file)
@@ -39,7 +39,7 @@
 #include "gconf.h"
 
 #define FAILED_SCAN_RETRY_WAIT 3 * 1000
-#define FAILED_SCAN_RETRY_TRIES 3
+#define FAILED_SCAN_RETRY_TRIES 10
 
 #define GCONF_NETWORK_TYPE "/type"