File tree Expand file tree Collapse file tree 1 file changed +1
-7
lines changed
src/Abp.Zero.Common/Configuration Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -15,12 +15,7 @@ public class Setting : AuditedEntity<long>, IMayHaveTenant
1515 /// Maximum length of the <see cref="Name"/> property.
1616 /// </summary>
1717 public const int MaxNameLength = 256 ;
18-
19- /// <summary>
20- /// Maximum length of the <see cref="Value"/> property.
21- /// </summary>
22- public const int MaxValueLength = 2000 ;
23-
18+
2419 /// <summary>
2520 /// TenantId for this setting.
2621 /// TenantId is null if this setting is not Tenant level.
@@ -43,7 +38,6 @@ public class Setting : AuditedEntity<long>, IMayHaveTenant
4338 /// <summary>
4439 /// Value of the setting.
4540 /// </summary>
46- [ StringLength ( MaxValueLength ) ]
4741 public virtual string Value { get ; set ; }
4842
4943 /// <summary>
You can’t perform that action at this time.
0 commit comments