Skip to content

Commit c7d991f

Browse files
Minimize changes to Hub options for Server Example project.
1 parent 4bfe83b commit c7d991f

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

  • samples/KristofferStrube.Blazor.FileSystemAccess.ServerExample

samples/KristofferStrube.Blazor.FileSystemAccess.ServerExample/Program.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@
1010
.AddHubOptions(options =>
1111
{
1212
options.MaximumReceiveMessageSize = 1024 * 1024 * 1024;
13-
options.MaximumParallelInvocationsPerClient = 1000;
14-
options.EnableDetailedErrors = true;
15-
options.StreamBufferCapacity = 1000;
1613
});
1714

1815
builder.Services.AddScoped(sp => new HttpClient());

0 commit comments

Comments
 (0)