mirror of
https://github.com/neondatabase/neon.git
synced 2026-05-18 21:50:37 +00:00
cosmetics
This commit is contained in:
@@ -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>,
|
||||
}
|
||||
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user