merge
Some checks failed
Build and Push Image / build-and-push (push) Failing after 4m5s

This commit is contained in:
2025-12-26 17:03:34 -05:00

View File

@@ -127,7 +127,7 @@ builder.Services.AddHostedService<DebugService>();
builder.Services.Configure<FormOptions>(opt =>
{
opt.ValueLengthLimit = int.MaxValue;
opt.MultipartBodyLengthLimit = int.MaxValue;
opt.MultipartBodyLengthLimit = long.MaxValue;
});
var app = builder.Build();