Revert postgres prewarming

This commit is contained in:
Bojan Serafimov
2023-07-31 14:15:26 -04:00
parent ddbe170454
commit 0abfc72f1c

View File

@@ -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 {