changeset 57:29bb365e3ee2

Be more responsive when processing images, check for signals after each thumbnail/medium image generation.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 12 Sep 2016 13:50:59 +0300
parents 7384504d7b52
children 8477b7cf04cc
files mgtool.php
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mgtool.php	Mon Sep 12 13:50:24 2016 +0300
+++ b/mgtool.php	Mon Sep 12 13:50:59 2016 +0300
@@ -497,7 +497,7 @@
       else
         $galEntry = array();
 
-      mgCheckQuit(FALSE);
+      mgCheckQuit(TRUE);
 
       // Update with captions file data, if any
       if (array_key_exists($ename, $captions))