cosmetics

This commit is contained in:
Christian Schwarz
2024-11-22 12:44:31 +01:00
parent ef502f8311
commit a28c54dac1
2 changed files with 0 additions and 3 deletions

View File

@@ -183,8 +183,6 @@ pub struct PageServerConf {
/// Optionally disable disk syncs (unsafe!)
pub no_sync: bool,
/// Maximum amount of time for which a get page request request
/// might be held up for request merging.
pub page_service_pipelining: Option<pageserver_api::config::PageServicePipeliningConfig>,
}

View File

@@ -692,7 +692,6 @@ impl PageServerHandler {
rel,
blkno,
}) => {
// shard_id is filled in by the handler
let span = tracing::info_span!(parent: parent_span, "handle_get_page_at_lsn_request_batched", req_lsn = %request_lsn);
macro_rules! respond_error {