X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/e9b9a3f2cc80518165c0a8c34018302a42bc7737..095dbe671880a9457960295425300e054feb6a1a:/utils/update.php?ds=sidebyside 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;