Modifying README and config parameter, based on code review.

This commit is contained in:
Oskar Thorbjornsson
2023-02-14 21:02:51 -08:00
parent 0c0818c683
commit 00568da290
3 changed files with 15 additions and 12 deletions

View File

@@ -14,7 +14,7 @@ LIBPOSTAL_DATA_DIR=$3
MB=$((1024*1024))
CHUNK_SIZE=$((64*$MB))
DATAMODEL="@LIBPOSTAL_DATA_MODEL@"
DATAMODEL="@MODEL@"
# Not loving this approach but there appears to be no way to query the size
# of a release asset without using the Github API