Skip to content

Commit

Permalink
Make CI happy again
Browse files Browse the repository at this point in the history
  • Loading branch information
spacekookie committed Mar 5, 2024
1 parent b3e7ec5 commit 932e582
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions crates/corro-agent/src/agent/util.rs
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,10 @@ pub async fn initialise_foca(agent: &Agent) {
}

/// Prune the database
// FIXME: we remove this function from running while debugging a
// performance incident. We still need to clean up deleted versions
// from the database, so this is only a temporary fix.
#[allow(unused)]
pub async fn clear_overwritten_versions(agent: Agent, bookie: Bookie) {
let pool = agent.pool();

Expand Down

0 comments on commit 932e582

Please sign in to comment.