mirror of
https://github.com/neondatabase/neon.git
synced 2026-05-22 07:30:37 +00:00
pageserver: add enforce_circuit_breakers tenant config
This commit is contained in:
@@ -283,6 +283,7 @@ pub struct TenantConfig {
|
||||
pub gc_feedback: Option<bool>,
|
||||
pub heatmap_period: Option<String>,
|
||||
pub lazy_slru_download: Option<bool>,
|
||||
pub enforce_circuit_breakers: Option<bool>,
|
||||
}
|
||||
|
||||
#[derive(Debug, Clone, Copy, PartialEq, Eq, Serialize, Deserialize)]
|
||||
|
||||
Reference in New Issue
Block a user