We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9e556ab + 5eec8c1 commit 7b2bfccCopy full SHA for 7b2bfcc
CHIPProjectConfig.h
@@ -59,6 +59,8 @@
59
// Home Assistant Python Matter server specific configs
60
#define CHIP_EXCHANGE_NODE_ID_LOGGING 1
61
#define CHIP_CONFIG_CONTROLLER_MAX_ACTIVE_DEVICES 1024
62
+#define CHIP_CONFIG_CONTROLLER_MAX_ACTIVE_CASE_CLIENTS 32
63
#define CHIP_CONFIG_MAX_EXCHANGE_CONTEXTS 192
64
+#define CHIP_CONFIG_SECURE_SESSION_POOL_SIZE (CHIP_CONFIG_CONTROLLER_MAX_ACTIVE_DEVICES * 4)
65
66
#endif /* CHIPPROJECTCONFIG_H */
0 commit comments