Skip to content

Commit 5eec8c1

Browse files
agnersmarcelveldt
andauthored
Update CHIPProjectConfig.h
Co-authored-by: Marcel van der Veldt <m.vanderveldt@outlook.com>
1 parent 16d1879 commit 5eec8c1

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
@@ -61,6 +61,6 @@
6161
#define CHIP_CONFIG_CONTROLLER_MAX_ACTIVE_DEVICES 1024
6262
#define CHIP_CONFIG_CONTROLLER_MAX_ACTIVE_CASE_CLIENTS 32
6363
#define CHIP_CONFIG_MAX_EXCHANGE_CONTEXTS 192
64-
#define CHIP_CONFIG_SECURE_SESSION_POOL_SIZE 4096
64+
#define CHIP_CONFIG_SECURE_SESSION_POOL_SIZE (CHIP_CONFIG_CONTROLLER_MAX_ACTIVE_DEVICES * 4)
6565

6666
#endif /* CHIPPROJECTCONFIG_H */

0 commit comments

Comments
 (0)