Skip to content

Commit 0b8c491

Browse files
committed
refactor: 更改缓存大小
1 parent fe31910 commit 0b8c491

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/BootstrapBlazor.CssBundler/Bundler.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ static void DoBundler(string bundlerFile, BundlerOptions option)
5858
return;
5959
}
6060

61-
var buffer = ArrayPool<byte>.Shared.Rent(64 * 1024 * 1024);
61+
var buffer = ArrayPool<byte>.Shared.Rent(64 * 1024);
6262
try
6363
{
6464
using var writer = File.OpenWrite(Path.Combine(rootFolder, option.OutputFileName));

0 commit comments

Comments
 (0)