Skip to content

Commit 4eff46d

Browse files
committed
Try sequential connections
Signed-off-by: James Duong <[email protected]>
1 parent 41302f2 commit 4eff46d

File tree

1 file changed

+1
-1
lines changed
  • glide-core/redis-rs/redis/src/cluster_async

1 file changed

+1
-1
lines changed

glide-core/redis-rs/redis/src/cluster_async/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1277,7 +1277,7 @@ where
12771277
result.map(|node| (node_address, node))
12781278
}
12791279
})
1280-
.buffer_unordered(initial_nodes.len())
1280+
.buffered(1)
12811281
.fold(
12821282
(
12831283
ConnectionsMap(DashMap::with_capacity(initial_nodes.len())),

0 commit comments

Comments
 (0)