diff options
| -rw-r--r-- | src/leap/bitmask/services/eip/vpnprocess.py | 3 | 
1 files changed, 3 insertions, 0 deletions
| diff --git a/src/leap/bitmask/services/eip/vpnprocess.py b/src/leap/bitmask/services/eip/vpnprocess.py index a96f176e..a896b60c 100644 --- a/src/leap/bitmask/services/eip/vpnprocess.py +++ b/src/leap/bitmask/services/eip/vpnprocess.py @@ -229,6 +229,9 @@ class VPNManager(object):      """      # Timers, in secs +    # NOTE: We need to set a bigger poll time in OSX because it seems +    # openvpn malfunctions when you ask it a lot of things in a short +    # amount of time.      POLL_TIME = 2.5 if IS_MAC else 1.0      CONNECTION_RETRY_TIME = 1 | 
