Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3e15719f authored by Felix Ableitner's avatar Felix Ableitner
Browse files

Limit image preview size in Nextcloud config

parent 19e91155
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -61,5 +61,7 @@ $CONFIG = array (
    ),
  'theme' => 'eelo',
  'loglevel' => 2,
  'preview_max_x' => 1024,
  'preview_max_y' => 1024,
);
?>