Skip to content

Commit 017777f

Browse files
committed
Merge branch 'v15/dev' into v15/feature/enable-document-rollback-as-entity-action
2 parents 08a621b + c8856bc commit 017777f

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)