Skip to content

Commit e197a5b

Browse files
committed
Increase profile metadata DEFAULT_FIELDS_SIZE from 4 to 8
1 parent 1666b19 commit e197a5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/models/account.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ def fields_attributes=(attributes)
350350
self[:fields] = fields
351351
end
352352

353-
DEFAULT_FIELDS_SIZE = 4
353+
DEFAULT_FIELDS_SIZE = 8
354354

355355
def build_fields
356356
return if fields.size >= DEFAULT_FIELDS_SIZE

0 commit comments

Comments
 (0)