mirror of
https://github.com/neondatabase/neon.git
synced 2026-07-08 22:50:37 +00:00
break bench_ingest compilation on all platforms
This commit is contained in:
@@ -61,7 +61,7 @@ async fn ingest(
|
||||
|
||||
tokio::fs::create_dir_all(conf.timeline_path(&tenant_shard_id, &timeline_id)).await?;
|
||||
|
||||
let ctx =
|
||||
let ctx2 =
|
||||
RequestContext::new(TaskKind::DebugTool, DownloadBehavior::Error).with_scope_debug_tools();
|
||||
|
||||
let gate = utils::sync::gate::Gate::default();
|
||||
|
||||
Reference in New Issue
Block a user