Merge "sysutils: Increase number of command arguments to 16"
This commit is contained in:
commit
732799eca9
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ class SocketClient;
|
|||
|
||||
class FrameworkListener : public SocketListener {
|
||||
public:
|
||||
static const int CMD_ARGS_MAX = 8;
|
||||
static const int CMD_ARGS_MAX = 16;
|
||||
private:
|
||||
FrameworkCommandCollection *mCommands;
|
||||
|
||||
|
|
Loading…
Reference in a new issue