From e197a5b530bcd52072dcd20ccad7e80102b99ad2 Mon Sep 17 00:00:00 2001 From: Jelle De Loecker Date: Fri, 18 Nov 2022 13:50:23 +0100 Subject: [PATCH] Increase profile metadata DEFAULT_FIELDS_SIZE from 4 to 8 --- app/models/account.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/models/account.rb b/app/models/account.rb index 05e1f943cae197..1fac75e4252b96 100644 --- a/app/models/account.rb +++ b/app/models/account.rb @@ -350,7 +350,7 @@ def fields_attributes=(attributes) self[:fields] = fields end - DEFAULT_FIELDS_SIZE = 4 + DEFAULT_FIELDS_SIZE = 8 def build_fields return if fields.size >= DEFAULT_FIELDS_SIZE