Set some image resizing preferences
This stops the thumbnailing being quite as intensive
This commit is contained in:
parent
2bfad84071
commit
44fb8f5380
1 changed files with 3 additions and 0 deletions
|
@ -36,4 +36,7 @@ $CONFIG = array (
|
|||
'maintenance' => false,
|
||||
'theme' => '',
|
||||
'loglevel' => 2,
|
||||
'preview_max_x' => '2048',
|
||||
'preview_max_y' => '2048',
|
||||
'jpeg_quality' => '60',
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue