]> source.dussan.org Git - nextcloud-server.git/commit
Use a capped memory cache for the user/group cache
authorRoeland Jago Douma <rullzer@owncloud.com>
Fri, 27 May 2016 08:32:19 +0000 (10:32 +0200)
committerThomas Müller <thomas.mueller@tmit.eu>
Mon, 30 May 2016 08:57:14 +0000 (10:57 +0200)
commitdc4fd43f39db79de2201bf428a35a56fc3070eac
tree9bb5f4639000d3920d9e905edcd96e81d615e018
parent985063a7e2307ba645e4912c147ac381fa7b6974
Use a capped memory cache for the user/group cache

For #24403
When upgrading huge installations this can lead to memory problems as
the cache will only grow and grow.

Capping this memory will make sure we don't run out while during normal
operation still basically cache everything.
apps/user_ldap/lib/Group_LDAP.php