changeset 133:1d06f301ec6c

Make image adjustment to be performed faster.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 04 Sep 2017 12:28:34 +0300
parents 5ffc84b7da1a
children e2e70c38e7c6
files mgallery.php
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mgallery.php	Mon Sep 04 12:28:17 2017 +0300
+++ b/mgallery.php	Mon Sep 04 12:28:34 2017 +0300
@@ -750,7 +750,7 @@
 function mgalAdjustImage()
 {
   if (adjustPID == -1)
-    adjustPID = setTimeout(mgalAdjustImageDo, 500);
+    adjustPID = setTimeout(mgalAdjustImageDo, 50);
 }