Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -8,7 +8,7 @@ from huggingface_hub import Repository
|
|
| 8 |
DATA_STORAGE_REPO = "CIV3283/Data_Storage"
|
| 9 |
DATA_BRANCH_NAME = "data_branch"
|
| 10 |
LOCAL_DATA_DIR = "temp_data_storage"
|
| 11 |
-
MIN_IDLE_MINUTES =
|
| 12 |
ALLOCATION_RECORD_FILE = "allocation_records.csv" # New file for tracking allocations
|
| 13 |
ALLOCATION_LOCK_DURATION = 5 # Lock duration in minutes
|
| 14 |
|
|
|
|
| 8 |
DATA_STORAGE_REPO = "CIV3283/Data_Storage"
|
| 9 |
DATA_BRANCH_NAME = "data_branch"
|
| 10 |
LOCAL_DATA_DIR = "temp_data_storage"
|
| 11 |
+
MIN_IDLE_MINUTES = 10 # Minimum idle time required for space assignment
|
| 12 |
ALLOCATION_RECORD_FILE = "allocation_records.csv" # New file for tracking allocations
|
| 13 |
ALLOCATION_LOCK_DURATION = 5 # Lock duration in minutes
|
| 14 |
|