Skip to content

Commit c8856bc

Browse files
committed
Obsolete unused configuration property.
1 parent f2b337a commit c8856bc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Umbraco.Core/Configuration/Models/RuntimeSettings.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ public class RuntimeSettings
2121
/// <summary>
2222
/// Gets or sets a value for the maximum query string length.
2323
/// </summary>
24+
[Obsolete("No longer used and will be removed in Umbraco 16.")]
2425
public int? MaxQueryStringLength { get; set; }
2526

2627
/// <summary>

0 commit comments

Comments
 (0)