Skip to content

Commit 2c831bf

Browse files
committed
Make CI happy again
1 parent 1a18147 commit 2c831bf

File tree

1 file changed

+4
-0
lines changed
  • crates/corro-agent/src/agent

1 file changed

+4
-0
lines changed

crates/corro-agent/src/agent/util.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,10 @@ pub async fn initialise_foca(agent: &Agent) {
131131
}
132132

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

0 commit comments

Comments
 (0)