projects
/
tweepy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dcabbc2
)
Adjust retry sleep time.
author
Josh Roesslein
<jroesslein@gmail.com>
Sat, 8 Aug 2009 22:24:36 +0000
(17:24 -0500)
committer
Josh Roesslein
<jroesslein@gmail.com>
Sat, 8 Aug 2009 22:24:36 +0000
(17:24 -0500)
tweepy/streaming.py
patch
|
blob
|
blame
|
history
diff --git
a/tweepy/streaming.py
b/tweepy/streaming.py
index fb52d8fd948885ff1741aa209e1dd5cd078eaf16..976707e2c503fbd982f13bdfcbdce0c045967f84 100644
(file)
--- a/
tweepy/streaming.py
+++ b/
tweepy/streaming.py
@@
-22,7
+22,7
@@
class Stream(object):
host = 'stream.twitter.com'
def __init__(self, username, password, callback, timeout=2.0, retry_count = 3,
- retry_time =
5
.0, snooze_time = 10.0, buffer_size=1500):
+ retry_time =
3
.0, snooze_time = 10.0, buffer_size=1500):
self.auth = BasicAuthHandler(username, password)
self.running = False
self.timeout = timeout