feat: raise maximum thumb size to 512

This commit is contained in:
Julian Lam
2020-12-08 09:47:10 -05:00
parent 1c5cdb5121
commit 37c367d6ff
2 changed files with 16 additions and 1 deletions

View File

@@ -44,7 +44,7 @@
"rejectImageWidth": 5000,
"rejectImageHeight": 5000,
"resizeImageQuality": 80,
"topicThumbSize": 120,
"topicThumbSize": 512,
"minimumTitleLength": 3,
"maximumTitleLength": 255,
"minimumUsernameLength": 2,