mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-15 09:22:55 +00:00
DO NOT MERGE: enable pipelining (32,concurrent-futures) by default so we get test suite coverage
This commit is contained in:
@@ -415,7 +415,10 @@ impl Default for ConfigToml {
|
||||
virtual_file_io_mode: None,
|
||||
tenant_config: TenantConfigToml::default(),
|
||||
no_sync: None,
|
||||
page_service_pipelining: None,
|
||||
page_service_pipelining: Some(PageServicePipeliningConfig {
|
||||
max_batch_size: NonZeroUsize::new(32).unwrap(),
|
||||
protocol_pipelining_mode: PageServiceProtocolPipeliningMode::ConcurrentFutures,
|
||||
}),
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user