Skip to content

Commit

Permalink
[Telink] Increase NVS lookup cache size (#28157)
Browse files Browse the repository at this point in the history
  • Loading branch information
s07641069 authored and pull[bot] committed Oct 12, 2023
1 parent 0895a72 commit d4282ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/telink/app/zephyr.conf
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ CONFIG_SETTINGS_NVS_SECTOR_SIZE_MULT=16

# Enable NVS lookup cache
CONFIG_NVS_LOOKUP_CACHE=y
CONFIG_NVS_LOOKUP_CACHE_SIZE=512
CONFIG_NVS_LOOKUP_CACHE_SIZE=2048

# Reboot system when fault happened
CONFIG_TELINK_B91_REBOOT_ON_FAULT=y
Expand Down

0 comments on commit d4282ee

Please sign in to comment.