kworkflow / patch-hub

patch-hub is a TUI that streamlines the interaction of Linux developers with patches archived on lore.kernel.org
GNU General Public License v2.0
8 stars 6 forks source link

feat: add entry in "Edit Config" for max log age #81

Closed gabrielsrd closed 3 weeks ago

gabrielsrd commented 3 weeks ago

There is a config called max_log_age for determining how long logs produced by patch-hub will live on the user fs (the app cleans them at start-up using this value). This commit adds an entry in the "Edit Config" screen for it.

Signed-off-by: gabrielsrd alvesgabriel@usp.br