use arraycache for locking in unit tests
This commit is contained in:
parent
6b965d71d1
commit
72776b165f
|
@ -240,6 +240,7 @@ class Server extends SimpleContainer implements IServerContainer {
|
|||
}
|
||||
|
||||
return new \OC\Memcache\Factory('',
|
||||
new ArrayCache(),
|
||||
new ArrayCache(),
|
||||
new ArrayCache()
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue