]> git.openstreetmap.org Git - nominatim.git/blobdiff - utils/update.php
increase load limit for multi-threaded update
[nominatim.git] / utils / update.php
index 395f964dd9a4b3c5a6e023125d6a4929168f5c62..ccf693000da1998c76a59287247e869f70ec3b5b 100755 (executable)
                        // Index file
                        if (!isset($aResult['index-instances']))
                        {
-                               if (getLoadAverage() < 18)
+                               if (getLoadAverage() < 24)
                                        $iIndexInstances = 2;
                                else
                                        $iIndexInstances = 1;