aboutsummaryrefslogtreecommitdiffstats
path: root/mod/admin.php
diff options
context:
space:
mode:
authorHaakon Meland Eriksen <haakon.eriksen@far.no>2016-01-17 23:14:37 +0100
committerHaakon Meland Eriksen <haakon.eriksen@far.no>2016-01-17 23:14:37 +0100
commitc4a14c27cf4ddff2f6225edc841f8cd53bbc7f44 (patch)
tree262e34d1b271a2aeb27efbf4f4cef9f02f057ae4 /mod/admin.php
parent256472f9eb3a1c929e5b43e2b6eb3bf0b0d5afe6 (diff)
parent819a331c4a9e604673e824631f2afe52ece3381b (diff)
downloadvolse-hubzilla-c4a14c27cf4ddff2f6225edc841f8cd53bbc7f44.tar.gz
volse-hubzilla-c4a14c27cf4ddff2f6225edc841f8cd53bbc7f44.tar.bz2
volse-hubzilla-c4a14c27cf4ddff2f6225edc841f8cd53bbc7f44.zip
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'mod/admin.php')
-rw-r--r--mod/admin.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/admin.php b/mod/admin.php
index 2d859399b..b537992d7 100644
--- a/mod/admin.php
+++ b/mod/admin.php
@@ -492,7 +492,7 @@ function admin_page_site(&$a) {
'$delivery_batch_count' => array('delivery_batch_count', t('Deliveries per process'),(x(get_config('system','delivery_batch_count'))?get_config('system','delivery_batch_count'):1), t("Number of deliveries to attempt in a single operating system process. Adjust if necessary to tune system performance. Recommend: 1-5.")),
'$poll_interval' => array('poll_interval', t("Poll interval"), (x(get_config('system','poll_interval'))?get_config('system','poll_interval'):2), t("Delay background polling processes by this many seconds to reduce system load. If 0, use delivery interval.")),
'$maxloadavg' => array('maxloadavg', t("Maximum Load Average"), ((intval(get_config('system','maxloadavg')) > 0)?get_config('system','maxloadavg'):50), t("Maximum system load before delivery and poll processes are deferred - default 50.")),
- '$default_expire_days' => array('default_expire_days', t('Expiration period in days for imported (matrix/network) content'), intval(get_config('system','default_expire_days')), t('0 for no expiration of imported content')),
+ '$default_expire_days' => array('default_expire_days', t('Expiration period in days for imported (grid/network) content'), intval(get_config('system','default_expire_days')), t('0 for no expiration of imported content')),
'$form_security_token' => get_form_security_token("admin_site"),
));
}