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