Skip to content

Commit

Permalink
reset count
Browse files Browse the repository at this point in the history
  • Loading branch information
somtochiama committed Aug 21, 2024
1 parent c9c2f3d commit 6fa082e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions crates/corro-agent/src/agent/handlers.rs
Original file line number Diff line number Diff line change
Expand Up @@ -853,6 +853,10 @@ pub async fn handle_changes(
);
}
}
// reset count
if drop_log_count == 100000000 {
drop_log_count = 0;
}
continue;
}

Expand Down

0 comments on commit 6fa082e

Please sign in to comment.