]> git.openstreetmap.org Git - nominatim.git/commit
fix typo for baseUrl when configuring configuration.txt
authorIrlJidel <donal.diamond@gmail.com>
Tue, 26 Mar 2013 14:49:35 +0000 (14:49 +0000)
committerIrlJidel <donal.diamond@gmail.com>
Tue, 2 Apr 2013 20:30:12 +0000 (21:30 +0100)
commit3eea62363d50b77d9ac94254bc2f5b426c29201a
tree15b0b2e87ee082f840900963e0b4c05f52109615
parentf2b2a714855f1441319fa6d4fe095d3779c583d6
fix typo for baseUrl when configuring configuration.txt

use osmosis --read-replication-lag to determine if there are changes before trying to process updates, useful when we are tracking hourly or daily replication updates

set CONST_Replication_Recheck_Interval to 60

skip lag check if CONST_Replication_Update_Interval > 60, for minutelies there's always new diffs to process

use tabs for indent

change sleep for non-minutely updates so that we dont drift tto much or poll excessively

unset $aReplicationLag before each exec attempt

unset $aReplicationLag inside while loop
settings/settings.php
utils/setup.php
utils/update.php