mirror of
https://github.com/schoebel/mars
synced 2025-01-11 17:19:53 +00:00
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
Block a user