DAYS_NO_CONNECTIVITY_MAX

This commit is contained in:
luckylz2git
2024-05-27 18:50:39 +08:00
parent b45de3ee97
commit 9c2a107db9
+2 -2
View File
@@ -33,8 +33,8 @@ FINALIZED = os.path.join(STAGING_ROOT, "finalized")
OVERLAY_INIT = Path(os.path.join(BASEDIR, ".overlay_init"))
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 = 14 * 365 # do not allow to engage after this many days
DAYS_NO_CONNECTIVITY_PROMPT = 10 * 365 # send an offroad prompt after this many days
class UserRequest:
NONE = 0