This commit is contained in:
doms9 2025-09-19 02:05:40 -04:00
parent 00000d94a2
commit 00000d9a95
12 changed files with 160 additions and 55 deletions

View file

@ -39,7 +39,7 @@ async def get_base(client: httpx.AsyncClient, mirrors: list[str]) -> str | None:
async def safe_process_event(
fn: Callable,
url_num: int,
timeout: int | float = 20,
timeout: int | float = 15,
log: logging.Logger | None = None,
) -> Any | None: