mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-14 02:27:34 -07:00
Minor improvements (#903)
This commit is contained in:
parent
a2e7251d38
commit
119cf935a2
5 changed files with 10 additions and 9 deletions
|
@ -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'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue