From 8a0b2dc0be914c8da8eab1359349151c5a4c6054 Mon Sep 17 00:00:00 2001 From: Frederik Ramm Date: Thu, 8 Dec 2022 17:34:54 +0100 Subject: [PATCH] Fix typo in NOMINATIM_LOG_FILE (#2919) * fix typo in docs (NOMINATIM_LOG_FILE uses s not ms) --- docs/customize/Settings.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/customize/Settings.md b/docs/customize/Settings.md index 289433d6..bb552744 100644 --- a/docs/customize/Settings.md +++ b/docs/customize/Settings.md @@ -666,7 +666,7 @@ The entries in the log file have the following format: "" 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.