aboutsummaryrefslogtreecommitdiffstats
path: root/settings
diff options
context:
space:
mode:
authorFrank Karlitschek <frank@owncloud.org>2013-10-19 01:42:59 +0200
committerFrank Karlitschek <frank@owncloud.org>2013-10-19 01:42:59 +0200
commit37b89b11b626075285853c76ceedbd832cd35c24 (patch)
treeac8b4f6bb4d931a972e07daad5c482564cf27b9e /settings
parente61d961efb6d7302f2e0371bdc27bbc1396bb1b8 (diff)
downloadnextcloud-server-37b89b11b626075285853c76ceedbd832cd35c24.tar.gz
nextcloud-server-37b89b11b626075285853c76ceedbd832cd35c24.zip
harmonize this with the documentation. Once every minute is way to often. Every 15min should be fine just as the documentation suggests: http://doc.owncloud.org/server/5.0/admin_manual/configuration/background_jobs.html
Diffstat (limited to 'settings')
-rw-r--r--settings/templates/admin.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/settings/templates/admin.php b/settings/templates/admin.php
index 1091b1dab54..ed74c6dec1f 100644
--- a/settings/templates/admin.php
+++ b/settings/templates/admin.php
@@ -104,7 +104,7 @@ if (!$_['internetconnectionworking']) {
print_unescaped('checked="checked"');
} ?>>
<label for="backgroundjobs_webcron">Webcron</label><br/>
- <em><?php p($l->t("cron.php is registered at a webcron service to call cron.php once a minute over http.")); ?></em>
+ <em><?php p($l->t("cron.php is registered at a webcron service to call cron.php every 15min over http.")); ?></em>
</p>
<p>
<input type="radio" name="mode" value="cron"
@@ -112,7 +112,7 @@ if (!$_['internetconnectionworking']) {
print_unescaped('checked="checked"');
} ?>>
<label for="backgroundjobs_cron">Cron</label><br/>
- <em><?php p($l->t("Use systems cron service to call the cron.php file once a minute.")); ?></em>
+ <em><?php p($l->t("Use systems cron service to call the cron.php file every 15min.")); ?></em>
</p>
</fieldset>