Set some image resizing preferences

This stops the thumbnailing being quite as intensive
This commit is contained in:
Jake Howard 2020-12-11 17:39:58 +00:00
parent 2bfad84071
commit 44fb8f5380
Signed by: jake
GPG Key ID: 57AFB45680EDD477

View File

@ -36,4 +36,7 @@ $CONFIG = array (
'maintenance' => false,
'theme' => '',
'loglevel' => 2,
'preview_max_x' => '2048',
'preview_max_y' => '2048',
'jpeg_quality' => '60',
);