Increase form limits to allow complex settings
This commit is contained in:
parent
ef9f76ed9c
commit
0b6e997d41
|
@ -2,6 +2,7 @@
|
|||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using Microsoft.AspNetCore.Http;
|
||||
using Microsoft.AspNetCore.Mvc;
|
||||
using Core.Main;
|
||||
using Core.Helper;
|
||||
using Core.Main.DataObjects.PTMagicData;
|
||||
|
@ -9,6 +10,7 @@ using Microsoft.Extensions.Primitives;
|
|||
|
||||
namespace Monitor.Pages
|
||||
{
|
||||
[RequestFormLimits(ValueCountLimit = 8192)]
|
||||
public class SettingsAnalyzerModel : _Internal.BasePageModelSecure
|
||||
{
|
||||
public string ValidationMessage = "";
|
||||
|
|
Loading…
Reference in New Issue