Skip to content

Commit

Permalink
remove custom HubOptions
Browse files Browse the repository at this point in the history
  • Loading branch information
capdiem committed Dec 25, 2023
1 parent a372998 commit 0d3e0dd
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/MASA.OfficialWebsite.WebApp/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,7 @@

// Add services to the container.
builder.Services.AddRazorComponents()
.AddInteractiveServerComponents()
.AddHubOptions(options =>
{
options.MaximumReceiveMessageSize = 48 * 1024;
});
.AddInteractiveServerComponents();

builder.Services.AddMasaBlazor(options =>
{
Expand Down

0 comments on commit 0d3e0dd

Please sign in to comment.