diff options
author | marijus <mario@mariovavti.com> | 2014-06-16 22:52:23 +0200 |
---|---|---|
committer | marijus <mario@mariovavti.com> | 2014-06-16 22:52:23 +0200 |
commit | e6a655bde45f625eb41c670d49bc0107973868f6 (patch) | |
tree | 5487857526002af3c99ac9335763b45ce597bd72 /mod/admin.php | |
parent | 580c827cdeadf52a12c02c4e7e6bdfdc7049a7db (diff) | |
download | volse-hubzilla-e6a655bde45f625eb41c670d49bc0107973868f6.tar.gz volse-hubzilla-e6a655bde45f625eb41c670d49bc0107973868f6.tar.bz2 volse-hubzilla-e6a655bde45f625eb41c670d49bc0107973868f6.zip |
make maximum load average setting work again
Diffstat (limited to 'mod/admin.php')
-rw-r--r-- | mod/admin.php | 1 |
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'))) { |