Skip to content

Commit

Permalink
원복
Browse files Browse the repository at this point in the history
  • Loading branch information
jkkim-open committed Oct 6, 2020
1 parent 1a8803b commit 49428fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/OpenNetLinkApp/Startup.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public void ConfigureServices(IServiceCollection services)
services.AddSingleton<PageStatusService>();
services.AddFileReaderService(options => {
options.InitializeOnFirstCall = true;
options.UseWasmSharedBuffer = true;
options.UseWasmSharedBuffer = false;
});
}

Expand Down

0 comments on commit 49428fb

Please sign in to comment.