bump default decay time

This commit is contained in:
mfahampshire
2024-12-02 14:23:37 +01:00
parent 56becc3a34
commit 4eccc59f6f
+1 -1
View File
@@ -6,7 +6,7 @@ use tokio::{io::AsyncWriteExt as _, net::tcp::OwnedWriteHalf};
use tracing::{debug, info};
use uuid::Uuid;
const DEFAULT_DECAY: u64 = 2; // 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