From e6a50500b94013e0ba20332ee977bea43e238a48 Mon Sep 17 00:00:00 2001 From: Ethan Dalool Date: Sun, 26 Nov 2017 02:37:33 -0800 Subject: [PATCH] Fix missing file_read_chunk from default config --- etiquette/constants.py | 1 + 1 file changed, 1 insertion(+) diff --git a/etiquette/constants.py b/etiquette/constants.py index 0bf9bb9..21c8ca2 100644 --- a/etiquette/constants.py +++ b/etiquette/constants.py @@ -201,6 +201,7 @@ DEFAULT_CONFIGURATION = { '_site_thumbnails', ], + 'file_read_chunk': 2 ** 20, 'id_length': 12, 'thumbnail_width': 400, 'thumbnail_height': 400,