diff options
author | friendica <info@friendica.com> | 2012-05-03 21:50:48 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-05-03 21:50:48 -0700 |
commit | 421acee65b846947c24257f256c900d4881256da (patch) | |
tree | 51501745f8456cddb70a8a708480c41b6543fb7e /view | |
parent | 15542a8690701b403ed7e7bf56d82d1511cfbd63 (diff) | |
download | volse-hubzilla-421acee65b846947c24257f256c900d4881256da.tar.gz volse-hubzilla-421acee65b846947c24257f256c900d4881256da.tar.bz2 volse-hubzilla-421acee65b846947c24257f256c900d4881256da.zip |
implement max load average before queuing/deferring delivery and poller processes
Diffstat (limited to 'view')
-rw-r--r-- | view/admin_site.tpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/view/admin_site.tpl b/view/admin_site.tpl index 852a2c0bf..265f2724d 100644 --- a/view/admin_site.tpl +++ b/view/admin_site.tpl @@ -81,6 +81,7 @@ {{ inc field_input.tpl with $field=$proxyuser }}{{ endinc }} {{ inc field_input.tpl with $field=$timeout }}{{ endinc }} {{ inc field_input.tpl with $field=$delivery_interval }}{{ endinc }} + {{ inc field_input.tpl with $field=$maxloadavg }}{{ endinc }} {{ inc field_input.tpl with $field=$abandon_days }}{{ endinc }} <div class="submit"><input type="submit" name="page_site" value="$submit" /></div> |