크롤링 재시도 간격 단축

feature-imageMatch
김성경 2026-07-09 15:47:46 +09:00
parent e6764a85bd
commit 2dadb843c8
1 changed files with 1 additions and 1 deletions

View File

@ -359,7 +359,7 @@ patchedGetter.toString();''')
return max(candidates, key=lambda c: c["_total_score"]) return max(candidates, key=lambda c: c["_total_score"])
async def _capture_allsearch(self, url: str, timeout_s: float = 8.0) -> list[dict]: async def _capture_allsearch(self, url: str, timeout_s: float = 5.0) -> list[dict]:
"""검색 페이지가 자연 발생시키는 allSearch API 응답을 캡처해 후보 목록으로 변환한다. """검색 페이지가 자연 발생시키는 allSearch API 응답을 캡처해 후보 목록으로 변환한다.
pcmap iframe 렌더링을 기다릴 필요가 없어 경쟁 조건이 없고, 업체명 단독 pcmap iframe 렌더링을 기다릴 필요가 없어 경쟁 조건이 없고, 업체명 단독