bump default decay time

This commit is contained in:
mfahampshire
2024-12-02 15:11:59 +01:00
parent c8ca174b87
commit 95274e3883
+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 = 8; // decay time in seconds
const DEFAULT_DECAY: u64 = 10; // decay time in seconds
// Keeps track of
// - incoming and unsorted messages wrapped in DecayWrapper for keeping track of when they were received