Skip to content

Commit

Permalink
descrease clusterinfo pool (#6353)
Browse files Browse the repository at this point in the history
Summary of Changes:
-- Decrease clusterInfo pool from 256 to 8, currently we only have
one read handler, and don't need large pool. when we have multiple read
or subscription handler on particular device, vendor can override the
pool maximum value.
  • Loading branch information
yunhanw-google authored and pull[bot] committed Jul 3, 2021
1 parent f4b8a17 commit 1467452
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/InteractionModelEngine.h
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
#define CHIP_MAX_NUM_READ_CLIENT 1
#define CHIP_MAX_NUM_READ_HANDLER 1
#define CHIP_MAX_REPORTS_IN_FLIGHT 1
#define IM_SERVER_MAX_NUM_PATH_GROUPS 256
#define IM_SERVER_MAX_NUM_PATH_GROUPS 8

namespace chip {
namespace app {
Expand Down

0 comments on commit 1467452

Please sign in to comment.