Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
revert channel sizes
Browse files Browse the repository at this point in the history
  • Loading branch information
ordian authored Jul 1, 2021
1 parent b7cbb9b commit 74a71ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions node/overseer/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -102,9 +102,9 @@ use polkadot_procmacro_overseer_subsystems_gen::AllSubsystemsGen;
mod tests;

// A capacity of bounded channels inside the overseer.
const CHANNEL_CAPACITY: usize = 128;
const CHANNEL_CAPACITY: usize = 1024;
// The capacity of signal channels to subsystems.
const SIGNAL_CHANNEL_CAPACITY: usize = 16;
const SIGNAL_CHANNEL_CAPACITY: usize = 64;

// A graceful `Overseer` teardown time delay.
const STOP_DELAY: u64 = 1;
Expand Down

0 comments on commit 74a71ce

Please sign in to comment.