diff --git a/crates/corro-agent/src/agent/handlers.rs b/crates/corro-agent/src/agent/handlers.rs index bb7ec0ba..e33f4f0b 100644 --- a/crates/corro-agent/src/agent/handlers.rs +++ b/crates/corro-agent/src/agent/handlers.rs @@ -853,6 +853,10 @@ pub async fn handle_changes( ); } } + // reset count + if drop_log_count == 100000000 { + drop_log_count = 0; + } continue; }