aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormarijus <mario@mariovavti.com>2014-06-16 22:52:23 +0200
committermarijus <mario@mariovavti.com>2014-06-16 22:52:23 +0200
commite6a655bde45f625eb41c670d49bc0107973868f6 (patch)
tree5487857526002af3c99ac9335763b45ce597bd72
parent580c827cdeadf52a12c02c4e7e6bdfdc7049a7db (diff)
downloadvolse-hubzilla-e6a655bde45f625eb41c670d49bc0107973868f6.tar.gz
volse-hubzilla-e6a655bde45f625eb41c670d49bc0107973868f6.tar.bz2
volse-hubzilla-e6a655bde45f625eb41c670d49bc0107973868f6.zip
make maximum load average setting work again
-rw-r--r--mod/admin.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/mod/admin.php b/mod/admin.php
index 74e2d8f56..37a147df6 100644
--- a/mod/admin.php
+++ b/mod/admin.php
@@ -255,6 +255,7 @@ function admin_page_site_post(&$a){
$timeout = ((x($_POST,'timeout')) ? intval(trim($_POST['timeout'])) : 60);
$delivery_interval = ((x($_POST,'delivery_interval'))? intval(trim($_POST['delivery_interval'])) : 0);
$poll_interval = ((x($_POST,'poll_interval'))? intval(trim($_POST['poll_interval'])) : 0);
+ $maxloadavg = ((x($_POST,'maxloadavg'))? intval(trim($_POST['maxloadavg'])) : 50);
// $ssl_policy = ((x($_POST,'ssl_policy')) ? intval($_POST['ssl_policy']) : 0);
/*
if($ssl_policy != intval(get_config('system','ssl_policy'))) {