[Pkg-owncloud-commits] [owncloud] 226/457: use arraycache for locking in unit tests
David Prévot
taffit at moszumanska.debian.org
Sun Jun 28 20:06:12 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 72776b165f3017057f7eb56534d346357d048db7
Author: Robin Appelman <icewind at owncloud.com>
Date: Tue May 26 15:12:49 2015 +0200
use arraycache for locking in unit tests
---
lib/private/server.php | 1 +
1 file changed, 1 insertion(+)
diff --git a/lib/private/server.php b/lib/private/server.php
index ab1506f..aea5be5 100644
--- a/lib/private/server.php
+++ b/lib/private/server.php
@@ -241,6 +241,7 @@ class Server extends SimpleContainer implements IServerContainer {
return new \OC\Memcache\Factory('',
new ArrayCache(),
+ new ArrayCache(),
new ArrayCache()
);
});
--
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