Skip to content

Commit

Permalink
Fix nrf CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jepenven-silabs committed Feb 10, 2022
1 parent f72d150 commit 983d6f5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/lib/core/CHIPConfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -1208,9 +1208,11 @@
* @def CHIP_CONFIG_GROUP_CONNECTION_POOL_SIZE
*
* @brief Define the size of the pool used for tracking CHIP groups.
* Given the ephemeral nature of groups session, no need to support
* a large pool size.
*/
#ifndef CHIP_CONFIG_GROUP_CONNECTION_POOL_SIZE
#define CHIP_CONFIG_GROUP_CONNECTION_POOL_SIZE 8
#define CHIP_CONFIG_GROUP_CONNECTION_POOL_SIZE 4
#endif // CHIP_CONFIG_GROUP_CONNECTION_POOL_SIZE

/**
Expand Down

0 comments on commit 983d6f5

Please sign in to comment.