changeset 174:915cf0469d9f

Change image adjust timeout to faster value.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 13 Mar 2018 14:45:04 +0200
parents 903a7e1cccbd
children a51b59b552ef
files mgallery.js
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mgallery.js	Tue Mar 13 14:40:30 2018 +0200
+++ b/mgallery.js	Tue Mar 13 14:45:04 2018 +0200
@@ -143,7 +143,7 @@
 function mgalAdjustImage()
 {
   if (adjustPID == -1)
-    adjustPID = setTimeout(mgalAdjustImageDo, 50);
+    adjustPID = setTimeout(mgalAdjustImageDo, 10);
 }