omniscale / imposm3

Imposm imports OpenStreetMap data into PostGIS
http://imposm.org/docs/imposm3/latest/
Apache License 2.0
711 stars 156 forks source link

Fix invalid sequenceNumber in last.state.txt #183

Closed giggls closed 5 years ago

giggls commented 5 years ago

config/config.go did not honor the replication-interval option in "import" mode.

Thus baseOpts.ReplicationUrl always ended up being set to 1 minute regardless of the option specified in config.json which will then generate an unexpected sequenceNumber in last.state.txt.

olt commented 5 years ago

Thanks.