Skip to content

Commit

Permalink
32->128 for client_tx_channel and client_rx_channel
Browse files Browse the repository at this point in the history
  • Loading branch information
ddeguglielmo committed Feb 7, 2024
1 parent b41574d commit 1f1b659
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dht-cache/src/domocache.rs
Original file line number Diff line number Diff line change
Expand Up @@ -570,7 +570,7 @@ impl DomoCache {

let peer_id = swarm.local_peer_id().to_string();

let (client_tx_channel, client_rx_channel) = mpsc::channel::<DomoEvent>(32);
let (client_tx_channel, client_rx_channel) = mpsc::channel::<DomoEvent>(128);

let send_cache_state_timer: tokio::time::Instant =
tokio::time::Instant::now() + Duration::from_secs(u64::from(SEND_CACHE_HASH_PERIOD));
Expand Down

0 comments on commit 1f1b659

Please sign in to comment.