X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/25db5f271addc4ff5aa2d3b32f1582c48dca3405..a446ea5ffc2e3c559d93f3c4f242ff7a579f0860:/utils/update.php diff --git a/utils/update.php b/utils/update.php index 395f964d..ccf69300 100755 --- a/utils/update.php +++ b/utils/update.php @@ -465,7 +465,7 @@ // Index file if (!isset($aResult['index-instances'])) { - if (getLoadAverage() < 18) + if (getLoadAverage() < 24) $iIndexInstances = 2; else $iIndexInstances = 1;