diff options
author | Robin Appelman <icewind@owncloud.com> | 2016-01-12 13:14:04 +0100 |
---|---|---|
committer | Robin Appelman <icewind@owncloud.com> | 2016-01-12 13:26:58 +0100 |
commit | d8d6368dd70cf01eb6fbdee4ae5224c508da3d1f (patch) | |
tree | 297a4c8682923ad96396c8defb53eb6161f82ce8 /tests/lib/cache.php | |
parent | 0c0829fbc73ce10ea1a951989c20973b6b5faa16 (diff) | |
download | nextcloud-server-d8d6368dd70cf01eb6fbdee4ae5224c508da3d1f.tar.gz nextcloud-server-d8d6368dd70cf01eb6fbdee4ae5224c508da3d1f.zip |
cap the number of entries we cache in smb's statcache
Diffstat (limited to 'tests/lib/cache.php')
-rw-r--r-- | tests/lib/cache.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib/cache.php b/tests/lib/cache.php index 894d8c57662..feddcac4693 100644 --- a/tests/lib/cache.php +++ b/tests/lib/cache.php @@ -8,7 +8,7 @@ abstract class Test_Cache extends \Test\TestCase { /** - * @var \OC\Cache cache; + * @var \OCP\ICache cache; */ protected $instance; |