linxinhua commited on
Commit
0ee193b
·
verified ·
1 Parent(s): 0ed1b0f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 = 30 # 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
 
 
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