Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fb7654d2 authored by Mohit Aggarwal's avatar Mohit Aggarwal
Browse files

diag: Increase max client limit



Currently, diag allows maximum 30 clients which is
exhausted and new clients are not able to open handle
with diag. This patch fixes this issue.

Change-Id: I1d016b1ed21c51b9282abc032d55bd87c94c0d8c
Signed-off-by: default avatarMohit Aggarwal <maggarwa@codeaurora.org>
parent b245a027
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -137,7 +137,7 @@ module_param(poolsize_qsc_usb, uint, 0);

/* This is the max number of user-space clients supported at initialization*/
static unsigned int max_clients = 15;
static unsigned int threshold_client_limit = 30;
static unsigned int threshold_client_limit = 50;
module_param(max_clients, uint, 0);

/* Timer variables */