CONFIG_SETTINGS_FS_MAX_LINES
Compression threshold
Type: int
Help
Limit how many items stored in a file before compressing
Default
32
Kconfig definition
At <Zephyr>/subsys/settings/Kconfig:106
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:44
→ <Zephyr>/subsys/Kconfig:57
Menu path: (Top) → Sub Systems and OS Services → Settings
config SETTINGS_FS_MAX_LINES
int "Compression threshold"
default 32
depends on SETTINGS && SETTINGS_FS
help
Limit how many items stored in a file before compressing
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)