We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3e7ec5 commit 932e582Copy full SHA for 932e582
crates/corro-agent/src/agent/util.rs
@@ -131,6 +131,10 @@ pub async fn initialise_foca(agent: &Agent) {
131
}
132
133
/// 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)]
138
pub async fn clear_overwritten_versions(agent: Agent, bookie: Bookie) {
139
let pool = agent.pool();
140
0 commit comments