Skip to content

Commit f0dfb1d

Browse files
committed
removed max async on protocol load test connectionsettings
1 parent 2081b66 commit f0dfb1d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/ProtocolLoadTest/Tester.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,7 @@ protected ConnectionSettings CreateSettings(string indexName, int port)
2121
host = "ipv4.fiddler";
2222
var uri = new UriBuilder("http", host, port).Uri;
2323
return new ConnectionSettings(uri)
24-
.SetDefaultIndex(indexName)
25-
.SetMaximumAsyncConnections(2);
24+
.SetDefaultIndex(indexName);
2625
}
2726

2827
protected void Connect(ElasticClient client, ConnectionSettings settings)

0 commit comments

Comments
 (0)