slightly dropped default decay time

This commit is contained in:
mfahampshire
2024-12-13 15:57:06 +01:00
parent 731f69acc3
commit e9ade22b10
+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 = 6; // decay time in seconds
// Keeps track of
// - incoming and unsorted messages wrapped in DecayWrapper for keeping track of when they were received