mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-05-07 18:27:24 +02:00
feat: raise maximum thumb size to 512
This commit is contained in:
@@ -44,7 +44,7 @@
|
||||
"rejectImageWidth": 5000,
|
||||
"rejectImageHeight": 5000,
|
||||
"resizeImageQuality": 80,
|
||||
"topicThumbSize": 120,
|
||||
"topicThumbSize": 512,
|
||||
"minimumTitleLength": 3,
|
||||
"maximumTitleLength": 255,
|
||||
"minimumUsernameLength": 2,
|
||||
|
||||
Reference in New Issue
Block a user