There was an error while loading. Please reload this page.
1 parent 004f5fd commit 403eff6Copy full SHA for 403eff6
1 file changed
app/main.py
@@ -18,7 +18,7 @@
18
from fastapi.responses import JSONResponse
19
from pydantic import BaseModel, Field, HttpUrl, field_validator
20
21
-DEFAULT_SCRAPE_TIMEOUT_SECONDS = int(os.getenv("SCRAPE_TIMEOUT_SECONDS", "25"))
+DEFAULT_SCRAPE_TIMEOUT_SECONDS = int(os.getenv("SCRAPE_TIMEOUT_SECONDS", "20"))
22
DEFAULT_WAIT_TIMEOUT_SECONDS = min(15, DEFAULT_SCRAPE_TIMEOUT_SECONDS)
23
_MAX_WORKERS = int(os.getenv("SCRAPE_MAX_WORKERS", "4"))
24
_RUNTIME_ROOT = Path("/tmp/scrape")
0 commit comments