You are here

protected property ImagemagickExecManager::$timeout in ImageMagick 8.2

Same name and namespace in other branches
  1. 8.3 src/ImagemagickExecManager.php \Drupal\imagemagick\ImagemagickExecManager::timeout

The execution timeout.

Type: int

File

src/ImagemagickExecManager.php, line 39

Class

ImagemagickExecManager
Manage execution of ImageMagick/GraphicsMagick commands.

Namespace

Drupal\imagemagick

Code

protected $timeout = 60;