:orphan: .. title:: SETTINGS_FS_MAX_LINES .. option:: CONFIG_SETTINGS_FS_MAX_LINES *Compression threshold* Type: ``int`` Help ==== Limit how many items stored in a file before compressing Direct dependencies =================== \ :option:`SETTINGS ` && \ :option:`SETTINGS_FS ` *(Includes any dependencies from ifs and menus.)* Default ======= - 32 Kconfig definition ================== .. highlight:: kconfig At ``subsys/settings/Kconfig:106`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:53`` Menu path: (Top) → Sub Systems and OS Services → Settings .. parsed-literal:: config SETTINGS_FS_MAX_LINES int "Compression threshold" default 32 depends on \ :option:`SETTINGS ` && \ :option:`SETTINGS_FS ` help Limit how many items stored in a file before compressing *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*