mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore: set request budget to 2 (#11699)
Co-authored-by: Oliver <onbjerg@users.noreply.github.com>
This commit is contained in:
@ -5,8 +5,8 @@ pub const DEFAULT_BUDGET_TRY_DRAIN_STREAM: u32 = 10;
|
||||
|
||||
/// Default budget to try and drain headers and bodies download streams.
|
||||
///
|
||||
/// Default is 1 iteration.
|
||||
pub const DEFAULT_BUDGET_TRY_DRAIN_DOWNLOADERS: u32 = 1;
|
||||
/// Default is 2 iterations.
|
||||
pub const DEFAULT_BUDGET_TRY_DRAIN_DOWNLOADERS: u32 = 2;
|
||||
|
||||
/// Default budget to try and drain [`Swarm`](crate::swarm::Swarm).
|
||||
///
|
||||
|
||||
Reference in New Issue
Block a user