Spaces:
Runtime error
Runtime error
Commit
·
9c03520
1
Parent(s):
ca9ece0
update
Browse files
app.py
CHANGED
|
@@ -355,7 +355,7 @@ with demo:
|
|
| 355 |
|
| 356 |
scheduler = BackgroundScheduler()
|
| 357 |
|
| 358 |
-
scheduler.add_job(restart_space, "interval", seconds=
|
| 359 |
|
| 360 |
|
| 361 |
def launch_backend():
|
|
|
|
| 355 |
|
| 356 |
scheduler = BackgroundScheduler()
|
| 357 |
|
| 358 |
+
scheduler.add_job(restart_space, "interval", seconds=30 * 60)
|
| 359 |
|
| 360 |
|
| 361 |
def launch_backend():
|