forked from hans/Nominatim
fix docs link in update interval error message (#3479)
This commit is contained in:
committed by
GitHub
parent
b89144dcb2
commit
b8686c19a0
@@ -116,7 +116,7 @@ class UpdateReplication:
|
|||||||
and update_interval < 86400:
|
and update_interval < 86400:
|
||||||
LOG.fatal("Update interval too low for download.geofabrik.de.\n"
|
LOG.fatal("Update interval too low for download.geofabrik.de.\n"
|
||||||
"Please check install documentation "
|
"Please check install documentation "
|
||||||
"(https://nominatim.org/release-docs/latest/admin/Import-and-Update#"
|
"(https://nominatim.org/release-docs/latest/admin/Update/#"
|
||||||
"setting-up-the-update-process).")
|
"setting-up-the-update-process).")
|
||||||
raise UsageError("Invalid replication update interval setting.")
|
raise UsageError("Invalid replication update interval setting.")
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user