Skip to content

Commit

Permalink
Increase unauthenticated session pool, fixes project-chip#10493
Browse files Browse the repository at this point in the history
  • Loading branch information
kghost committed Oct 19, 2021
1 parent 4c7f664 commit 8d7b98c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/core/CHIPConfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -2299,7 +2299,7 @@
* simultaneously.
*/
#ifndef CHIP_CONFIG_UNAUTHENTICATED_CONNECTION_POOL_SIZE
#define CHIP_CONFIG_UNAUTHENTICATED_CONNECTION_POOL_SIZE 4
#define CHIP_CONFIG_UNAUTHENTICATED_CONNECTION_POOL_SIZE 10
#endif // CHIP_CONFIG_UNAUTHENTICATED_CONNECTION_POOL_SIZE

/**
Expand Down

0 comments on commit 8d7b98c

Please sign in to comment.