From 8f582c90de487c5a29cb61f41a715630cb143d45 Mon Sep 17 00:00:00 2001 From: Aidan MacDonald Date: Wed, 1 Jun 2022 02:00:30 +0100 Subject: tagcache: add a setting for customizing the database path Add a new setting, database path: /path/to/folder to change where the database files are stored, which allows it to be shared by multiple builds when using multiboot. This avoids the need to maintain a separate copy of the database for each build. This setting can only be set from the config file; it has no menu option yet (due to lack of a GUI to pick the directory). Change-Id: Ide7b3ccdd84abb62b52f900421bd3d101773e093 --- manual/appendix/config_file_options.tex | 1 + 1 file changed, 1 insertion(+) (limited to 'manual/appendix') diff --git a/manual/appendix/config_file_options.tex b/manual/appendix/config_file_options.tex index dc186e2d26..709bc9b2ff 100644 --- a/manual/appendix/config_file_options.tex +++ b/manual/appendix/config_file_options.tex @@ -250,6 +250,7 @@ keyclick repeats & on, off & N/A\\ dircache & on, off & N/A\\ tagcache\_ram & on, off & N/A\\ + database path & path to a directory & N/A\\ \opt{touchpad}{ \opt{GIGABEAT_PAD}{ -- cgit v1.2.3