-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Right now we have a fixed timeout for extractions that require and http fetch:
metadata-lib/mcmetadata/webpages.py
Line 7 in 930945f
DEFAULT_TIMEOUT_SECS = ( |
Could we add a new optional timeout
parameter to the main extract
entry point that would be passed in to that call to fetch? This would be a better API for users of the library vs. forcing them to do a hack like mcmetadata.webpages.DEFAULT_TIMEOUT_SECS = 60*5
(which is what I'm trying out now).
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request