projects
/
tweepy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
25e445d
)
Fix spelling
author
abhi-jha
<abhi_jha1995@rediffmail.com>
Wed, 10 Apr 2019 03:33:34 +0000
(09:03 +0530)
committer
abhi-jha
<abhi_jha1995@rediffmail.com>
Wed, 10 Apr 2019 03:33:34 +0000
(09:03 +0530)
tweepy/streaming.py
patch
|
blob
|
blame
|
history
diff --git
a/tweepy/streaming.py
b/tweepy/streaming.py
index 43aa82340be425279e8c5339cb35173d8b089f2f..10d0e1c7a7d51458034f2102ddf411136b65168a 100644
(file)
--- a/
tweepy/streaming.py
+++ b/
tweepy/streaming.py
@@
-146,7
+146,7
@@
class ReadBuffer(object):
reads are quite slow. To combat this latency we can read big chunks,
but the blocking part means we won't get results until enough tweets
have arrived. That may not be a big deal for high throughput systems.
- For low throughput systems we don't want to sacr
a
fice latency, so we
+ For low throughput systems we don't want to sacr
i
fice latency, so we
use small chunks so it can read the length and the tweet in 2 read calls.
"""