mirror of
https://github.com/openai/codex.git
synced 2026-05-03 12:52:11 +03:00
feat: simplify DB further (#13771)
This commit is contained in:
@@ -88,7 +88,7 @@ async fn main() -> anyhow::Result<()> {
|
||||
.parent()
|
||||
.map(ToOwned::to_owned)
|
||||
.unwrap_or_else(|| PathBuf::from("."));
|
||||
let runtime = StateRuntime::init(codex_home, "logs-client".to_string(), None).await?;
|
||||
let runtime = StateRuntime::init(codex_home, "logs-client".to_string()).await?;
|
||||
|
||||
let mut last_id =
|
||||
print_backfill(runtime.as_ref(), &filter, args.backfill, args.compact).await?;
|
||||
|
||||
Reference in New Issue
Block a user