mirror of https://github.com/schoebel/mars
client: use 2 sockets by default
This commit is contained in:
parent
fdda26821c
commit
7437e95776
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue