From: Sarah Hoffmann Date: Sun, 20 Mar 2022 10:30:03 +0000 (+0100) Subject: cache loaded configuration X-Git-Tag: v4.1.0~68^2~3 X-Git-Url: https://git.openstreetmap.org/nominatim.git/commitdiff_plain/e65913d37614c9fdd1207a63e8cd6bd5e55f081e?hp=e65913d37614c9fdd1207a63e8cd6bd5e55f081e cache loaded configuration Reading the YAML files is fairly expensive and slows down the BDD tests significantly. Therefore cache the results from reading the file. ---