-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Closed
Description
From @butonic:
A non exhaustive search reveals other places where an array is used to cache data:
apps/user_ldap/group_ldap.php#L46 apps/user_ldap/group_ldap.php#L51 apps/dav/lib/connector/sabre/sharesplugin.php#L67 apps/dav/lib/connector/sabre/tagsplugin.php#L80 apps/dav/lib/connector/sabre/custompropertiesbackend.php#L75 lib/private/Encryption/File.php#L35 lib/private/Files/Config/UserMountCache.php#L54 lib/private/Files/Config/UserMountCache.php#L61 lib/private/Files/Storage/LocalTempFileTrait.php#L40We should check them after we decide how to handle this. Not all of them justify using a CappedMemoryCache, eg: lib/private/Config.php#L42
@DeepDiver1975 @rullzer @icewind1991 @schiesbn @nickvergessen