Skip to content

v2.0.23: GeoRegion query version 2.0.23

Compare
Choose a tag to compare
@DustinKLo DustinKLo released this 14 Jun 23:09
· 5 commits to develop since this release
861f780

Specify body of new release. Previous release's body below:

Bug fixes and enhancements:

HC-470: Batch bulk API in grq2 (#61)

  • splitting the data into 100mb chunks

increased bulk_request_timeout default to 15 seconds

  • increased buffer size

  • moved bulk_limit to configuration

lowered bulk_limit default to 50mb
lowered request timeout to 10 seconds (default for ES)

  • increased bulk limit to 100mb

  • fixed the missing log INFO issue

add addtl logging after we chunk the data to index to ES

  • removed comment

  • move import logging to if statement

  • removed indent in get_continents()

  • additional logging