v1.4.1
This patch release brings performance improvement and a configuration tweak.
- By refactoring the code for the
/reports/
endpoint, they are loading much faster now. Moreover, there is a new query parameterinclude_help
to indicate whether or not the help options should be returned as well. These two improvements combined will make the "Reports" page in Gramps Web much faster. Fixes #451. - A new config option
IGNORE_DB_LOCK
is added. If true, an existing lock file in the Gramps database directory is ignored. Although Gramps Web doesn't write the lock file, an existing lock file can lead to issues. Since this is meant as a safeguard to not intefere with a running Gramps desktop instance on the same machine, the default remains false (so this is not a breaking change), but it is recommended to set it to true when deploying Gramps Web on a web server.