Preserve the retained identity read limit during runtime upgrade

Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
Dotta 2026-09-11 14:32:14 -05:00
parent cd008e3444
commit df866d59f4
1 changed files with 1 additions and 0 deletions

View File

@ -207,6 +207,7 @@ const MAX_REMOTE_CHECKPOINT_ENTRIES = 20_000;
// runner transport's 64 MiB control-plane state bound; ordinary tool output
// can exceed 2 MiB without invalidating the session identity.
const NATIVE_CONTROL_PLANE_STATE_MAX_BYTES = 64 * 1024 * 1024;
const NATIVE_DURABLE_IDENTITY_MAX_BYTES = 2 * 1024 * 1024;
const NATIVE_RUNNER_STATE_MAX_BYTES = 16 * 1024 * 1024;
const NATIVE_WARM_CHECKPOINT_MAX_BYTES = 8 * 1024 * 1024;
const CODEX_HOME_NON_PERSISTENT_ENTRIES = [