크롤링 재시도 간격 단축
parent
e6764a85bd
commit
2dadb843c8
|
|
@ -359,7 +359,7 @@ patchedGetter.toString();''')
|
|||
|
||||
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 응답을 캡처해 후보 목록으로 변환한다.
|
||||
|
||||
pcmap iframe 렌더링을 기다릴 필요가 없어 경쟁 조건이 없고, 업체명 단독
|
||||
|
|
|
|||
Loading…
Reference in New Issue