break bench_ingest compilation on all platforms

This commit is contained in:
Christian Schwarz
2025-04-24 16:51:42 +02:00
parent 9c6ff3aa2b
commit c0881a1407

View File

@@ -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();