feat: backfill async again (#10894)

This commit is contained in:
jif-oai
2026-02-06 15:41:52 +01:00
committed by GitHub
parent 1020872eca
commit 3800173459
2 changed files with 9 additions and 3 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ use std::time::Duration;
use tracing::warn;
pub const STATE_DB_FILENAME: &str = "state";
pub const STATE_DB_VERSION: u32 = 3;
pub const STATE_DB_VERSION: u32 = 4;
const METRIC_DB_INIT: &str = "codex.db.init";