Skip to content

Commit

Permalink
Update MaximumReceiveMessageSize
Browse files Browse the repository at this point in the history
  • Loading branch information
capdiem committed Dec 25, 2023
1 parent e0da573 commit a372998
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MASA.OfficialWebsite.WebApp/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
.AddInteractiveServerComponents()
.AddHubOptions(options =>
{
options.MaximumReceiveMessageSize = 36 * 1024;
options.MaximumReceiveMessageSize = 48 * 1024;
});

builder.Services.AddMasaBlazor(options =>
Expand Down

0 comments on commit a372998

Please sign in to comment.