]> git.openstreetmap.org Git - nominatim.git/commitdiff
Fix typo in NOMINATIM_LOG_FILE (#2919)
authorFrederik Ramm <frederik@remote.org>
Thu, 8 Dec 2022 16:34:54 +0000 (17:34 +0100)
committerSarah Hoffmann <lonvia@denofr.de>
Wed, 22 Mar 2023 09:33:59 +0000 (10:33 +0100)
* fix typo in docs (NOMINATIM_LOG_FILE uses s not ms)

docs/customize/Settings.md

index 289433d6ee28388990b103b9deea85ffe13d5bc0..bb552744ddc3aec13ab3637e4d927e073221f81b 100644 (file)
@@ -666,7 +666,7 @@ The entries in the log file have the following format:
     <request time> <execution time in s> <number of results> <type> "<query string>"
 
 Request time is the time when the request was started. The execution time is
-given in ms and corresponds to the time the query took executing in PHP.
+given in seconds and corresponds to the time the query took executing in PHP.
 type contains the name of the endpoint used.
 
 Can be used as the same time as NOMINATIM_LOG_DB.