Skip to content

Commit

Permalink
Revert "Added timeout to aiohttp"
Browse files Browse the repository at this point in the history
This reverts commit 3761967.
  • Loading branch information
devikamehra committed Jul 17, 2023
1 parent 5540769 commit addc05b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ async def main(msg: func.QueueMessage) -> None:
requiredFieldsMappingDict = requiredFieldsMapping.getDict()

async with _create_s3_client() as client:
async with aiohttp.ClientSession(timeout=600) as session:
async with aiohttp.ClientSession() as session:
if link:
logging.info("Processing file {}".format(link))
try:
Expand Down
Binary file not shown.

0 comments on commit addc05b

Please sign in to comment.