mirror of
https://github.com/gryf/wicd.git
synced 2025-12-30 10:22:31 +01:00
merging in a bunch of trunk changes
This commit is contained in:
@@ -229,7 +229,7 @@ class ConnectionStatus(object):
|
||||
|
||||
# Some checks to keep reconnect retries from going crazy.
|
||||
if self.reconnect_tries > 2 and \
|
||||
time.time() - self.last_reconnect_time < 90:
|
||||
time.time() - self.last_reconnect_time < 300:
|
||||
return
|
||||
|
||||
self.reconnecting = True
|
||||
|
||||
Reference in New Issue
Block a user