Remove Stream.timeout
authorHarmon <Harmon758@gmail.com>
Sat, 23 Jan 2021 16:48:37 +0000 (10:48 -0600)
committerHarmon <Harmon758@gmail.com>
Sat, 23 Jan 2021 16:48:37 +0000 (10:48 -0600)
commita2f79f1b6e4406672895764b044d18b33dc527fd
tree03cb2252867564408da5c420a5858bf647f6fd4c
parentc9f59e680f17412522206d0999bf9f5ac7788f2f
Remove Stream.timeout

Use 90 seconds as the read timeout, per https://developer.twitter.com/en/docs/twitter-api/v1/tweets/filter-realtime/guides/connecting.
Default to using the same 90 seconds for connect timeout.
tweepy/streaming.py