Spaces:
Paused
Paused
Lenson commited on
Commit ·
6f3ebaa
1
Parent(s): 2a9bbfa
Fix: wait 3 minutes after download complete before starting upload
Browse files- .hf/setup.sh +3 -0
.hf/setup.sh
CHANGED
|
@@ -267,6 +267,9 @@ upload_to_supabase() {
|
|
| 267 |
echo "[2/3] Downloading config from Supabase..."
|
| 268 |
download_from_supabase
|
| 269 |
|
|
|
|
|
|
|
|
|
|
| 270 |
echo "[2.5/3] Starting Supabase background upload..."
|
| 271 |
start_supabase_upload &
|
| 272 |
|
|
|
|
| 267 |
echo "[2/3] Downloading config from Supabase..."
|
| 268 |
download_from_supabase
|
| 269 |
|
| 270 |
+
echo "Waiting 3 minutes before starting upload..."
|
| 271 |
+
sleep 180
|
| 272 |
+
|
| 273 |
echo "[2.5/3] Starting Supabase background upload..."
|
| 274 |
start_supabase_upload &
|
| 275 |
|