diff --git a/compute_tools/src/bin/compute_ctl.rs b/compute_tools/src/bin/compute_ctl.rs index 9d15a203e5..f6d9c602ca 100644 --- a/compute_tools/src/bin/compute_ctl.rs +++ b/compute_tools/src/bin/compute_ctl.rs @@ -198,7 +198,7 @@ fn main() -> Result<()> { // this compute node while it's busy prewarming. It's not too // bad because it's just 100ms and unlikely, but it's an // avoidable problem. - compute.prewarm_postgres()?; + // compute.prewarm_postgres()?; let mut state = compute.state.lock().unwrap(); while state.status != ComputeStatus::ConfigurationPending {