X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/ce1c3bab6d94163656c3bb06f735b27e6be2198b..cca646a19e8013f39911a5c4faaaa15b89ce083f:/lib/setup/SetupClass.php diff --git a/lib/setup/SetupClass.php b/lib/setup/SetupClass.php index fd31f0fe..f16c9e60 100755 --- a/lib/setup/SetupClass.php +++ b/lib/setup/SetupClass.php @@ -201,6 +201,8 @@ class SetupFunctions $oCmd->addParams('--output', 'gazetteer'); $oCmd->addParams('--hstore'); $oCmd->addParams('--number-processes', 1); + $oCmd->addParams('--with-forward-dependencies', 'false'); + $oCmd->addParams('--log-progress', 'true'); $oCmd->addParams('--cache', $this->iCacheMemory); $oCmd->addParams('--port', $this->aDSNInfo['port']);