mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-02-16 15:47:58 +00:00
force a fixed pool size and make it configurable
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user