mirror of
https://github.com/openai/codex.git
synced 2026-05-01 01:47:18 +00:00
codex: address PR review feedback (#17380)
This commit is contained in:
@@ -65,7 +65,7 @@ pub const SQLITE_HOME_ENV: &str = "CODEX_SQLITE_HOME";
|
||||
pub const LOGS_DB_FILENAME: &str = "logs";
|
||||
pub const LOGS_DB_VERSION: u32 = 2;
|
||||
pub const STATE_DB_FILENAME: &str = "state";
|
||||
pub const STATE_DB_VERSION: u32 = 6;
|
||||
pub const STATE_DB_VERSION: u32 = 5;
|
||||
|
||||
/// Errors encountered during DB operations. Tags: [stage]
|
||||
pub const DB_ERROR_METRIC: &str = "codex.db.error";
|
||||
|
||||
Reference in New Issue
Block a user