[Pkg-owncloud-commits] [owncloud] 74/107: Remove info about database locking performance

David Prévot taffit at moszumanska.debian.org
Thu Dec 17 19:40:38 UTC 2015


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch stable8
in repository owncloud.

commit 066db75c14991f71426d2eb965a620ae99407a37
Author: Thomas Müller <thomas.mueller at tmit.eu>
Date:   Thu Dec 10 16:12:54 2015 +0100

    Remove info about database locking performance
---
 settings/templates/admin.php | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

diff --git a/settings/templates/admin.php b/settings/templates/admin.php
index 27785c2..a129c04 100644
--- a/settings/templates/admin.php
+++ b/settings/templates/admin.php
@@ -181,13 +181,7 @@ if ($_['cronErrors']) {
 	<div class="loading"></div>
 	<ul class="errors hidden"></ul>
 	<ul class="warnings hidden"></ul>
-	<ul class="info hidden">
-		<?php if ($_['fileLockingType'] === 'db'):?>
-		<li>
-			<?php print_unescaped($l->t('Transactional file locking is using the database as locking backend, for best performance it\'s advised to configure a memcache for locking. See the <a target="_blank" href="%s">documentation ↗</a> for more information.', link_to_docs('admin-transactional-locking'))); ?>
-		</li>
-		<?php endif; ?>
-	</ul>
+	<ul class="info hidden"></ul>
 	<p class="hint hidden">
 		<?php print_unescaped($l->t('Please double check the <a target="_blank" href="%s">installation guides ↗</a>, and check for any errors or warnings in the <a href="#log-section">log</a>.', link_to_docs('admin-install'))); ?>
 	</p>

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git



More information about the Pkg-owncloud-commits mailing list