Skip to content

Max Stream Capacity Should be Configurable #228

@0xNeshi

Description

@0xNeshi

Currently we set a predefined MAX_BUFFERED_MESSAGES constant:

let (blocks_sender, blocks_receiver) = mpsc::channel(MAX_BUFFERED_MESSAGES);

Maybe some devs would prefer to set this themselves.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions