constant MESSAGING_CACHE_LIMIT in Messaging 6.4
Same name and namespace in other branches
- 7 messaging.module \MESSAGING_CACHE_LIMIT
1 use of MESSAGING_CACHE_LIMIT
- messaging_static_cache_set in ./
messaging.module - Set data on static cache, checking whether the cache is under limits.
File
- ./
messaging.module, line 30
Code
define('MESSAGING_CACHE_LIMIT', variable_get('messaging_cache_limit', 1000));