r109563 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r109562
|
r109563
|
r109564
>
Date:
20:02, 19 January 2012
Author:
diederik
Status:
deferred
Tags:
Comment:
Increased read_block_size
Modified paths:
/trunk/analytics/pipeliner/pipeline.py
(modified) (
history
)
Diff
[
purge
]
Index: trunk/analytics/pipeliner/pipeline.py
—
—
@@ -2,7 +2,7 @@
3
3
import zlib
4
4
import sys
5
5
6
-READ_BLOCK_SIZE = 1024*8
6
+READ_BLOCK_SIZE = 2**20
7
7
8
8
9
9
class DataPipeline(object):
Status & tagging log
20:51, 19 January 2012
Reedy
(
talk
|
contribs
)
changed the
status
of r109563
[
removed:
new
added:
deferred]