We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe31910 commit 0b8c491Copy full SHA for 0b8c491
1 file changed
tools/BootstrapBlazor.CssBundler/Bundler.cs
@@ -58,7 +58,7 @@ static void DoBundler(string bundlerFile, BundlerOptions option)
58
return;
59
}
60
61
- var buffer = ArrayPool<byte>.Shared.Rent(64 * 1024 * 1024);
+ var buffer = ArrayPool<byte>.Shared.Rent(64 * 1024);
62
try
63
{
64
using var writer = File.OpenWrite(Path.Combine(rootFolder, option.OutputFileName));
0 commit comments