ComputeSpec: prewarm_lfc_on_startup -> autoprewarm (#12120)

https://github.com/neondatabase/cloud/pull/29472
https://github.com/neondatabase/cloud/issues/26346
This commit is contained in:
Mikhail
2025-06-04 06:38:03 +01:00
committed by GitHub
parent 4a3f32bf4a
commit c698cee19a
5 changed files with 10 additions and 10 deletions

View File

@@ -178,9 +178,9 @@ pub struct ComputeSpec {
/// JWT for authorizing requests to endpoint storage service
pub endpoint_storage_token: Option<String>,
/// If true, download LFC state from endpoint_storage and pass it to Postgres on startup
/// Download LFC state from endpoint_storage and pass it to Postgres on startup
#[serde(default)]
pub prewarm_lfc_on_startup: bool,
pub autoprewarm: bool,
}
/// Feature flag to signal `compute_ctl` to enable certain experimental functionality.