aboutsummaryrefslogtreecommitdiffstats
path: root/mod
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2015-03-25 17:46:38 -0700
committerfriendica <info@friendica.com>2015-03-25 17:46:38 -0700
commit296c4c38bc89f9d756292542554d6092094ad7d0 (patch)
tree3e686afdb2fcf73c8e1171bfac8bfb3e1a70fcea /mod
parent75f3f4a80868bf3b60c4b21d2492d5da59c0d502 (diff)
downloadvolse-hubzilla-296c4c38bc89f9d756292542554d6092094ad7d0.tar.gz
volse-hubzilla-296c4c38bc89f9d756292542554d6092094ad7d0.tar.bz2
volse-hubzilla-296c4c38bc89f9d756292542554d6092094ad7d0.zip
improve description of that setting
Diffstat (limited to 'mod')
-rw-r--r--mod/admin.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/admin.php b/mod/admin.php
index a48d984e0..7182bb9e5 100644
--- a/mod/admin.php
+++ b/mod/admin.php
@@ -477,7 +477,7 @@ function admin_page_site(&$a) {
'$delivery_interval' => array('delivery_interval', t("Delivery interval"), (x(get_config('system','delivery_interval'))?get_config('system','delivery_interval'):2), t("Delay background delivery processes by this many seconds to reduce system load. Recommend: 4-5 for shared hosts, 2-3 for virtual private servers. 0-1 for large dedicated servers.")),
'$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 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 (matrix/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"),
));