docs: update bodies config (#3553)

This commit is contained in:
Bjerg
2023-07-03 17:01:09 +02:00
committed by GitHub
parent d7259f0029
commit 8025b05472
2 changed files with 5 additions and 4 deletions

View File

@ -148,8 +148,7 @@ pub struct BodiesConfig {
///
/// Default: 10_000
pub downloader_stream_batch_size: usize,
/// Maximum amount of received bodies to buffer internally.
/// The response contains multiple bodies.
/// The size of the internal block buffer in bytes.
///
/// Default: 4GB
pub downloader_max_buffered_blocks_size_bytes: usize,