constant IMAGEINFO_CACHE_ASYNC_MAX in Imageinfo Cache 6
Same name and namespace in other branches
- 6.2 imageinfo_cache.module \IMAGEINFO_CACHE_ASYNC_MAX
Maximum number of images to process per async request.
2 uses of IMAGEINFO_CACHE_ASYNC_MAX
- imageinfo_cache_admin_form in ./
imageinfo_cache.admin.inc - Form builder; Displays DB Tuners configuration page.
- imageinfo_cache_shutdown_async in ./
imageinfo_cache.module - Function that gets called right after a file has been uploaded.
File
- ./
imageinfo_cache.module, line 51 - Cache image info for theme_imagecache & theme_imagefield_image.
Code
define('IMAGEINFO_CACHE_ASYNC_MAX', 5);