From e9b9a3f2cc80518165c0a8c34018302a42bc7737 Mon Sep 17 00:00:00 2001 From: Sarah Hoffmann Date: Sat, 8 Feb 2014 17:17:30 +0100 Subject: [PATCH] increase load limit for using two instances for indexing --- utils/update.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.39.5