# 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.