]> git.openstreetmap.org Git - nominatim.git/blobdiff - settings/env.defaults
Merge pull request #3109 from lonvia/prepared-statements
[nominatim.git] / settings / env.defaults
index 84cd24f16c5a162b3974e5f72d00705ee3c17efc..f9f590da65fb50156d1f3139403d7a9cba4a59c6 100644 (file)
@@ -209,6 +209,11 @@ NOMINATIM_POLYGON_OUTPUT_MAX_TYPES=1
 # under <endpoint>.php
 NOMINATIM_SERVE_LEGACY_URLS=yes
 
+# Maximum number of connection a single API object can use. (Python API only)
+# When running Nominatim as a server, then this is the maximum number
+# of connections _per worker_.
+NOMINATIM_API_POOL_SIZE=10
+
 ### Log settings
 #
 # The following options allow to enable logging of API requests.
@@ -222,3 +227,7 @@ NOMINATIM_LOG_DB=no
 # Enable logging of requests into a file.
 # To enable logging set this setting to the file to log to.
 NOMINATIM_LOG_FILE=
+
+# Echo raw SQL from SQLAlchemy statements.
+# Works only in command line/library use.
+NOMINATIM_DEBUG_SQL=no