From df8b3c455adc0d2751bd13a6fbed89a1144ef934 Mon Sep 17 00:00:00 2001 From: Anson Bridges Date: Sat, 18 Nov 2023 06:58:48 -0500 Subject: remove timeout --- dashboard_website/datastructs.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dashboard_website/datastructs.py') diff --git a/dashboard_website/datastructs.py b/dashboard_website/datastructs.py index e5346dc..cc51156 100644 --- a/dashboard_website/datastructs.py +++ b/dashboard_website/datastructs.py @@ -1,7 +1,7 @@ import time, math # time since last ping before deactivating/deleting -BIKE_TIMEOUT = 60 # 3 minutes -BIKE_DELETE = 300 # time before bike deletes itself +BIKE_TIMEOUT = 60000 # 3 minutes +BIKE_DELETE = 360000 # time before bike deletes itself # data structures class Point: -- cgit v1.2.3