Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
siro1
/
kernelbot-leaderboard
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
fced742
kernelbot-leaderboard
/
src
/
envs.py
siro1
HF Staff
Feat: timeout
fced742
3 months ago
raw
Copy download link
history
blame
Safe
154 Bytes
import
os
API_URL = os.getenv(
"API_URL"
,
"http://localhost:8000"
)
OWNER =
"siro1"
TIMEOUT =
2000
CACHE_TIMEOUT =
300
BACKGROUND_REFRESH_INTERVAL =
120