Skip to content

Commit

Permalink
Increase the number of read/write client/handler to 4 (#7967)
Browse files Browse the repository at this point in the history
  • Loading branch information
yunhanw-google authored and pull[bot] committed Jul 30, 2021
1 parent dd023cc commit 1717300
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/app/InteractionModelEngine.h
Original file line number Diff line number Diff line change
Expand Up @@ -49,15 +49,15 @@
#include <app/reporting/Engine.h>
#include <app/util/basic-types.h>

// TODO: Make number of command handler and command sender configurable
// TODO: Make number of command/read/write client/handler configurable
#define CHIP_MAX_NUM_COMMAND_HANDLER 4
#define CHIP_MAX_NUM_COMMAND_SENDER 4
#define CHIP_MAX_NUM_READ_CLIENT 4
#define CHIP_MAX_NUM_READ_HANDLER 4
#define CHIP_MAX_REPORTS_IN_FLIGHT 1
#define CHIP_MAX_REPORTS_IN_FLIGHT 4
#define IM_SERVER_MAX_NUM_PATH_GROUPS 8
#define CHIP_MAX_NUM_WRITE_CLIENT 1
#define CHIP_MAX_NUM_WRITE_HANDLER 1
#define CHIP_MAX_NUM_WRITE_CLIENT 4
#define CHIP_MAX_NUM_WRITE_HANDLER 4

namespace chip {
namespace app {
Expand Down

0 comments on commit 1717300

Please sign in to comment.