Minor improvements (#903)

This commit is contained in:
Roman Kelesidis 2023-09-17 16:17:10 +07:00 committed by GitHub
commit 119cf935a2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 10 additions and 9 deletions

View file

@ -52,9 +52,9 @@ VALUES ('upload_dir', 'data/torrent_files'),
('img_display_inlined', '1'),
('img_max_width', '200'),
('img_max_height', '200'),
('img_link_width', '0'),
('img_link_height', '0'),
('img_create_thumbnail', '0'),
('img_link_width', '600'),
('img_link_height', '400'),
('img_create_thumbnail', '1'),
('img_min_thumb_filesize', '12000'),
('img_imagick', '/usr/bin/convert'),
('use_gd2', '1'),