mirror of
https://github.com/neondatabase/neon.git
synced 2026-05-17 05:00:38 +00:00
make sk compile
This commit is contained in:
@@ -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!(
|
||||
|
||||
Reference in New Issue
Block a user