diff --git a/AobaServer/Program.cs b/AobaServer/Program.cs index 35c85ce..1801013 100644 --- a/AobaServer/Program.cs +++ b/AobaServer/Program.cs @@ -14,6 +14,7 @@ var builder = WebApplication.CreateBuilder(args); builder.WebHost.ConfigureKestrel(o => { + o.Limits.MaxRequestBodySize = null; #if !DEBUG o.ListenAnyIP(8081, lo => {