diff options
Diffstat (limited to 'cpp/src/tests/perftest.cpp')
-rw-r--r-- | cpp/src/tests/perftest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/tests/perftest.cpp b/cpp/src/tests/perftest.cpp index e67acd4465..bc638635da 100644 --- a/cpp/src/tests/perftest.cpp +++ b/cpp/src/tests/perftest.cpp @@ -196,7 +196,7 @@ struct Client : public Runnable { Client() { opts.open(connection); - session = connection.newSession(); + session = connection.newSession(ASYNC); } ~Client() { |