From 773c6f612bfb34c30956a10e28c419f8b310105e Mon Sep 17 00:00:00 2001 From: Sarah Hoffmann Date: Thu, 27 Feb 2014 22:26:32 +0100 Subject: [PATCH] increase load limit for multi-threaded update --- utils/update.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.39.5