commit | f9490a73bd31d931f2344ca60c5deed6edac44d1 | [log] [tgz] |
---|---|---|
author | Alex Tsitsiura <s07641069@gmail.com> | Fri Jul 21 18:27:33 2023 +0300 |
committer | GitHub <noreply@github.com> | Fri Jul 21 15:27:33 2023 +0000 |
tree | fba524d9ac3845dab71f7ca6b97c05bffbaab27e | |
parent | 80be1a2644ade3bd69d66b99182d305bfc6670ea [diff] |
[Telink] Increase NVS lookup cache size (#28157)
diff --git a/config/telink/app/zephyr.conf b/config/telink/app/zephyr.conf index ec5f0ad..e7a211b 100644 --- a/config/telink/app/zephyr.conf +++ b/config/telink/app/zephyr.conf
@@ -117,7 +117,7 @@ # 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