Skip to content

Commit 18a8aac

Browse files
committed
fixed MaxThreadTitleLength seed (should be 255)
1 parent 6de8a85 commit 18a8aac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

db/seeds/site_settings.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@
159159
may introduce validation issues with content imported from SE.
160160
161161
- name: MaxThreadTitleLength
162-
value: 250
162+
value: 255
163163
value_type: integer
164164
category: SiteDetails
165165
description: >

0 commit comments

Comments
 (0)