pageserver: add enforce_circuit_breakers tenant config

This commit is contained in:
John Spray
2024-02-13 11:33:46 +00:00
parent fe21c7fe19
commit 661d5b7c68
5 changed files with 49 additions and 6 deletions

View File

@@ -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)]