Skip to content

Commit

Permalink
samples: net: mqtt: max_fds to default 16
Browse files Browse the repository at this point in the history
Changing max_fds config from 8 to default 16.

Signed-off-by: Giacomo Dematteis <giacomo.dematteis@nordicsemi.no>
  • Loading branch information
DematteisGiacomo authored and de-nordic committed Oct 2, 2023
1 parent 0fe4020 commit 75d5513
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/net/mqtt/boards/nrf7002dk_nrf5340_cpuapp.conf
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

# General
CONFIG_POSIX_CLOCK=y
CONFIG_POSIX_MAX_FDS=8
CONFIG_POSIX_MAX_FDS=16
CONFIG_SYSTEM_WORKQUEUE_STACK_SIZE=4096
CONFIG_LOG_BUFFER_SIZE=3072
CONFIG_HEAP_MEM_POOL_SIZE=153600
Expand Down

0 comments on commit 75d5513

Please sign in to comment.