Closed thesmallestduck closed 8 years ago
currently all requests using this lib have a timeout of 2 minutes (120 seconds)
the client is now configurable like so:
from mixpanel_query.client import MixpanelQueryClient cli = MixpanelQueryClient(<your api key>, <your api secret>, timeout=5)
if no timeout is provided, it will result in 120 second timeout default
This looks good to me. Thanks @thesmallestduck
why
currently all requests using this lib have a timeout of 2 minutes (120 seconds)
what
the client is now configurable like so:
if no timeout is provided, it will result in 120 second timeout default