Skip to content

Commit 4c03316

Browse files
committed
increase max retry
1 parent 9e8f351 commit 4c03316

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

paperscraper/citations/self_citations.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ async def _process_single(client: httpx.AsyncClient, identifier: str) -> Citatio
9696

9797

9898
@optional_async
99-
@retry_with_exponential_backoff(max_retries=4, base_delay=1.0)
99+
@retry_with_exponential_backoff(max_retries=10, base_delay=1.0)
100100
async def self_citations_paper(
101101
inputs: Union[str, List[str]], verbose: bool = False
102102
) -> Union[CitationResult, List[CitationResult]]:

0 commit comments

Comments
 (0)