Skip to content

Commit

Permalink
Increased buffer to 500
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcin-Radecki committed Mar 4, 2025
1 parent f3f5ea1 commit dcae423
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clique/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ pub use crypto::{PublicKey, SecretKey};
pub use rate_limiting::{RateLimitingDialer, RateLimitingListener};
pub use service::{Service, SpawnHandleExt, SpawnHandleT};

const SEND_DATA_BUFFER: usize = 100;
const SEND_DATA_BUFFER: usize = 500;

const LOG_TARGET: &str = "network-clique";
/// A basic alias for properties we expect basic data to satisfy.
Expand Down

0 comments on commit dcae423

Please sign in to comment.