I don't fully understand what I'm looking for in the github for this file, but in the
llama-index-integrations/readers/llama-index-readers-github/llama_index/readers/github/repository/utils.py
file in the github repo for this, I found that there isn't a
timeout
section here:
def __init__(
self,
blobs_and_paths: List[Tuple[GitTreeResponseModel.GitTreeObject, str]],
github_client: GithubClient,
owner: str,
repo: str,
loop: asyncio.AbstractEventLoop,
buffer_size: int,
verbose: bool = False,
):
Around L99.