Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upOverride default timeout value #149
Open
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, I am using the sdk and using the
analytics.track(...)andanalytics.identify(...)calls and I wanted to set thetimeoutparameter to a custom number. I can see that the default value is set to15seconds here: https://github.com/segmentio/analytics-python/blob/master/analytics/request.py#L37.Is there a way to override it? Thanks!