Adjust the threshold to control how aggressively the tree merges regions:
const source = Stream.fromSync([inputBuffer]);
,这一点在快连下载-Letsvpn下载中也有详细论述
Why did the committee come to that conclusion?
Backpressure is strict by default. When a buffer is full, writes reject rather than silently accumulating. You can configure alternative policies – block until space is available, drop oldest, drop newest – but you have to choose explicitly. No more silent memory growth.