Spaces:
Sleeping
Sleeping
Commit ·
545b3c4
1
Parent(s): abcd0c2
ok
Browse files- api/server.py +1 -1
api/server.py
CHANGED
|
@@ -63,7 +63,7 @@ logger.info("Thread pool initialised with %d workers", MAX_WORKERS)
|
|
| 63 |
# Self-ping
|
| 64 |
# ---------------------------------------------------------------------------
|
| 65 |
|
| 66 |
-
PING_URL = os.environ.get("PING_URL", "
|
| 67 |
PING_INTERVAL_SECONDS = 30 * 60 # 30 minutes
|
| 68 |
|
| 69 |
|
|
|
|
| 63 |
# Self-ping
|
| 64 |
# ---------------------------------------------------------------------------
|
| 65 |
|
| 66 |
+
PING_URL = os.environ.get("PING_URL", "https://validops-us-data-extract.hf.space/health")
|
| 67 |
PING_INTERVAL_SECONDS = 30 * 60 # 30 minutes
|
| 68 |
|
| 69 |
|