Skip to content

Commit 7b2bfcc

Browse files
authored
Merge pull request #88 from home-assistant-libs/increase-secure-session-pool-size
Increase secure session pool size to 4096
2 parents 9e556ab + 5eec8c1 commit 7b2bfcc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CHIPProjectConfig.h

+2
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,8 @@
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_CONTROLLER_MAX_ACTIVE_CASE_CLIENTS 32
6263
#define CHIP_CONFIG_MAX_EXCHANGE_CONTEXTS 192
64+
#define CHIP_CONFIG_SECURE_SESSION_POOL_SIZE (CHIP_CONFIG_CONTROLLER_MAX_ACTIVE_DEVICES * 4)
6365

6466
#endif /* CHIPPROJECTCONFIG_H */

0 commit comments

Comments
 (0)