mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-08 05:52:55 +00:00
fix compilation of example
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user