Expose COPY_CONCURRENCY to users (#972)

Allow users to override how the number of threads used when generating map vector tiles.
This commit is contained in:
David Zhao
2020-09-01 07:46:53 -04:00
committed by GitHub
parent 4807ccee24
commit a4671b84f0
2 changed files with 8 additions and 0 deletions

3
.env
View File

@@ -44,3 +44,6 @@ BORDERS_CSV_FILE=data/borders/lines.csv
# Number of parallel processes to use when importing sql files
MAX_PARALLEL_PSQL=5
# Number of parallel threads to use when generating vector map tiles
COPY_CONCURRENCY=10