diff options
Diffstat (limited to 'dashboard_website/datastructs.py')
| -rw-r--r-- | dashboard_website/datastructs.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/dashboard_website/datastructs.py b/dashboard_website/datastructs.py index cc51156..0171d8f 100644 --- a/dashboard_website/datastructs.py +++ b/dashboard_website/datastructs.py @@ -1,4 +1,6 @@ -import time, math +import math +import time + # time since last ping before deactivating/deleting BIKE_TIMEOUT = 60000 # 3 minutes BIKE_DELETE = 360000 # time before bike deletes itself |
