Merge remote-tracking branch 'origin/master' into nomenclature
This commit is contained in:
commit
6c2887ff9b
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ from util.gzipstream import ZLIB_GZIP_WINDOW
|
|||
logger = logging.getLogger(__name__)
|
||||
|
||||
|
||||
CHUNK_SIZE = 512 * 1024 * 1024
|
||||
CHUNK_SIZE = 5 * 1024 * 1024
|
||||
|
||||
|
||||
def backfill_sizes_from_data():
|
||||
|
|
Reference in a new issue