Compare commits

...

1 Commits

Author SHA1 Message Date
Christian Schwarz
c0881a1407 break bench_ingest compilation on all platforms 2025-04-24 16:51:42 +02:00

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