constant IMAGEINFO_CACHE_SOCKET_TIMEOUT in Imageinfo Cache 6
How long to wait for the server to come back with an async opp.
2 uses of IMAGEINFO_CACHE_SOCKET_TIMEOUT
- 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 16 - Cache image info for theme_imagecache & theme_imagefield_image.
Code
define('IMAGEINFO_CACHE_SOCKET_TIMEOUT', 1);