siro1's picture
siro1 HF Staff
Feat: timeout
fced742
raw
history blame contribute delete
154 Bytes
import os
API_URL = os.getenv("API_URL", "http://localhost:8000")
OWNER = "siro1"
TIMEOUT = 2000
CACHE_TIMEOUT = 300
BACKGROUND_REFRESH_INTERVAL = 120