allow OP to live disconnected

Signed-off-by: Jafar Al-Gharaibeh <to.jafar@gmail.com>
This commit is contained in:
Jafar Al-Gharaibeh
2021-12-01 00:35:41 -06:00
parent 60709847d1
commit 9a9bd4fa18
+2 -2
View File
@@ -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):