commit/galaxy-central: dannon: Set tabular CHUNK_SIZE to ~10kb
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/c52cb1f827d4/ Changeset: c52cb1f827d4 User: dannon Date: 2014-06-11 01:24:00 Summary: Set tabular CHUNK_SIZE to ~10kb Affected #: 1 file diff -r e2b761a9b1d6d41db71b28df8b62862c7c300eba -r c52cb1f827d49f0f0ee2c1c97d3626dd1b2cc348 lib/galaxy/datatypes/tabular.py --- a/lib/galaxy/datatypes/tabular.py +++ b/lib/galaxy/datatypes/tabular.py @@ -25,7 +25,7 @@ # All tabular data is chunkable. CHUNKABLE = True - CHUNK_SIZE = 1000 + CHUNK_SIZE = 10000 """Add metadata elements""" MetadataElement( name="comment_lines", default=0, desc="Number of comment lines", readonly=False, optional=True, no_value=0 ) Repository URL: https://bitbucket.org/galaxy/galaxy-central/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email.
participants (1)
-
commits-noreply@bitbucket.org