fix compilation of example

This commit is contained in:
Heikki Linnakangas
2025-06-17 02:07:15 +03:00
parent 782062014e
commit 83007782fd

View File

@@ -98,10 +98,11 @@ async fn main() {
let auth_interceptor = AuthInterceptor::new("dummy_tenant_id",
"dummy_timeline_id",
None);
let mut tracker = RequestTracker::new(
let tracker = RequestTracker::new(
pool,
unary_pool,
auth_interceptor,
ShardIndex::unsharded(),
);
// 4) fire off 10 000 requests in parallel