Skip to content

Commit

Permalink
Merge pull request #88 from home-assistant-libs/increase-secure-sessi…
Browse files Browse the repository at this point in the history
…on-pool-size

Increase secure session pool size to 4096
  • Loading branch information
agners committed Jul 1, 2024
2 parents 9e556ab + 5eec8c1 commit 7b2bfcc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHIPProjectConfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@
// Home Assistant Python Matter server specific configs
#define CHIP_EXCHANGE_NODE_ID_LOGGING 1
#define CHIP_CONFIG_CONTROLLER_MAX_ACTIVE_DEVICES 1024
#define CHIP_CONFIG_CONTROLLER_MAX_ACTIVE_CASE_CLIENTS 32
#define CHIP_CONFIG_MAX_EXCHANGE_CONTEXTS 192
#define CHIP_CONFIG_SECURE_SESSION_POOL_SIZE (CHIP_CONFIG_CONTROLLER_MAX_ACTIVE_DEVICES * 4)

#endif /* CHIPPROJECTCONFIG_H */

0 comments on commit 7b2bfcc

Please sign in to comment.