Soumik-404 commited on
Commit
545b3c4
·
1 Parent(s): abcd0c2
Files changed (1) hide show
  1. 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", "http://localhost:7860/health")
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