Skip to content

Commit 882dadd

Browse files
committed
Lower CHIP_CONFIG_MAX_EXCHANGE_CONTEXTS to 192
It seems that when ICD Manager is used there is a limit of maximum exchange contexts. This got noticed on the master branch, but isn't triggered on 1.3 branch. But to have the same config let's go safe and use this lower value here too.
1 parent 272ff9a commit 882dadd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHIPProjectConfig.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,6 @@
5959
// Home Assistant Python Matter server specific configs
6060
#define CHIP_EXCHANGE_NODE_ID_LOGGING 1
6161
#define CHIP_CONFIG_CONTROLLER_MAX_ACTIVE_DEVICES 1024
62-
#define CHIP_CONFIG_MAX_EXCHANGE_CONTEXTS 256
62+
#define CHIP_CONFIG_MAX_EXCHANGE_CONTEXTS 192
6363

6464
#endif /* CHIPPROJECTCONFIG_H */

0 commit comments

Comments
 (0)