make sk compile

This commit is contained in:
Christian Schwarz
2025-05-04 17:06:46 +02:00
parent 35dbbbaf60
commit 7aa9beaefd
3 changed files with 17 additions and 5 deletions

View File

@@ -428,7 +428,9 @@ fn start_pageserver(
conf.broker_keepalive_interval,
tls_config,
)?;
anyhow::Ok(storage_broker::TimelineUpdatesSubscriber::new(service_client))
anyhow::Ok(storage_broker::TimelineUpdatesSubscriber::new(
service_client,
))
})
.with_context(|| {
format!(