Skip to content

Commit

Permalink
bump default decay time (again)
Browse files Browse the repository at this point in the history
  • Loading branch information
mfahampshire committed Dec 7, 2024
1 parent 43fe241 commit afc08ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/rust/nym-sdk/src/tcp_proxy/utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ use tokio::{io::AsyncWriteExt as _, net::tcp::OwnedWriteHalf};
use tracing::{debug, info};
use uuid::Uuid;

const DEFAULT_DECAY: u64 = 10; // decay time in seconds
const DEFAULT_DECAY: u64 = 8; // decay time in seconds

// Keeps track of
// - incoming and unsorted messages wrapped in DecayWrapper for keeping track of when they were received
Expand Down

0 comments on commit afc08ec

Please sign in to comment.