client: use 2 sockets by default

This commit is contained in:
Thomas Schoebel-Theuer 2017-04-11 10:03:13 +02:00 committed by Thomas Schoebel-Theuer
parent fdda26821c
commit 7437e95776
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@
int mars_client_abort = 10;
EXPORT_SYMBOL_GPL(mars_client_abort);
int max_client_channels = 1;
int max_client_channels = 2;
EXPORT_SYMBOL_GPL(max_client_channels);
int max_client_bulk = 16;