diff --git a/selfdrive/updated.py b/selfdrive/updated.py index 2cbe8eb20..7332d11b2 100755 --- a/selfdrive/updated.py +++ b/selfdrive/updated.py @@ -52,8 +52,8 @@ OVERLAY_METADATA = os.path.join(STAGING_ROOT, "metadata") OVERLAY_MERGED = os.path.join(STAGING_ROOT, "merged") FINALIZED = os.path.join(STAGING_ROOT, "finalized") -DAYS_NO_CONNECTIVITY_MAX = 14 # do not allow to engage after this many days -DAYS_NO_CONNECTIVITY_PROMPT = 10 # send an offroad prompt after this many days +DAYS_NO_CONNECTIVITY_MAX = 9999 # do not allow to engage after this many days +DAYS_NO_CONNECTIVITY_PROMPT = 9998 # send an offroad prompt after this many days class WaitTimeHelper: def __init__(self, proc):