mirror of
https://github.com/alexmickelson/canvasManagement.git
synced 2026-03-26 07:38:33 -06:00
bumped max signalr message size
This commit is contained in:
@@ -55,6 +55,11 @@ builder.Services.AddScoped<AssignmentEditorContext>();
|
|||||||
builder.Services.AddScoped<QuizEditorContext>();
|
builder.Services.AddScoped<QuizEditorContext>();
|
||||||
builder.Services.AddScoped<DragContainer>();
|
builder.Services.AddScoped<DragContainer>();
|
||||||
|
|
||||||
|
builder.Services.AddSignalR(e =>
|
||||||
|
{
|
||||||
|
e.MaximumReceiveMessageSize = 102400000;
|
||||||
|
});
|
||||||
|
|
||||||
var app = builder.Build();
|
var app = builder.Build();
|
||||||
|
|
||||||
// Configure the HTTP request pipeline.
|
// Configure the HTTP request pipeline.
|
||||||
|
|||||||
@@ -9,6 +9,6 @@ services:
|
|||||||
environment:
|
environment:
|
||||||
- storageDirectory=/app/storage
|
- storageDirectory=/app/storage
|
||||||
volumes:
|
volumes:
|
||||||
# - ./storage:/app/storage
|
- ./storage:/app/storage
|
||||||
- ~/projects/faculty/1410/2023-fall-alex/modules:/app/storage/1410
|
# - ~/projects/faculty/1410/2023-fall-alex/modules:/app/storage/1410
|
||||||
- ~/projects/faculty/1810/2024-spring-alex/modules:/app/storage/web_intro
|
# - ~/projects/faculty/1810/2024-spring-alex/modules:/app/storage/web_intro
|
||||||
Reference in New Issue
Block a user