X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/ce17b0eecaa7add29e4eb04e06b2580daa656bf2..157f0b8a837a01c0759b17abcf7dec72c8ac8c30:/settings/env.defaults diff --git a/settings/env.defaults b/settings/env.defaults index 9c2f7cac..f9f590da 100644 --- a/settings/env.defaults +++ b/settings/env.defaults @@ -209,6 +209,11 @@ NOMINATIM_POLYGON_OUTPUT_MAX_TYPES=1 # under .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.