Fix missing file_read_chunk from default config

master
voussoir 2017-11-26 02:37:33 -08:00
parent f052858d5f
commit e6a50500b9
1 changed files with 1 additions and 0 deletions

View File

@ -201,6 +201,7 @@ DEFAULT_CONFIGURATION = {
'_site_thumbnails', '_site_thumbnails',
], ],
'file_read_chunk': 2 ** 20,
'id_length': 12, 'id_length': 12,
'thumbnail_width': 400, 'thumbnail_width': 400,
'thumbnail_height': 400, 'thumbnail_height': 400,