Skip to content

Commit

Permalink
Initial commit (#19816)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjerryjohns authored Jun 21, 2022
1 parent 19a6269 commit 5c63f48
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/lib/core/CHIPConfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -797,11 +797,9 @@ extern const char CHIP_NON_PRODUCTION_MARKER[];
*
* The default value comes from 3sub per fabric * max number of fabrics.
*
* TODO: (#17085) Should be changed to (CHIP_CONFIG_MAX_FABRICS * 3) after we can hold more read handlers on more concise
* devices.
*/
#ifndef CHIP_IM_MAX_NUM_SUBSCRIPTIONS
#define CHIP_IM_MAX_NUM_SUBSCRIPTIONS (CHIP_CONFIG_MAX_FABRICS * 2)
#define CHIP_IM_MAX_NUM_SUBSCRIPTIONS (CHIP_CONFIG_MAX_FABRICS * 3)
#endif

/**
Expand Down

0 comments on commit 5c63f48

Please sign in to comment.