dev/core#160 Set the import progress widget to poll the server every 5s rather than...
authorSeamus Lee <seamuslee001@gmail.com>
Mon, 4 Jun 2018 01:40:59 +0000 (11:40 +1000)
committerSeamus Lee <seamuslee001@gmail.com>
Mon, 4 Jun 2018 01:40:59 +0000 (11:40 +1000)
templates/CRM/common/importProgress.tpl

index 7689cd70186a0f135dcd4064f2f4f5c630c6a389..b0666c3d886cb36212d6c94d2932a93d2673182c 100644 (file)
@@ -66,7 +66,7 @@ CRM.$(function($) {
     });
     $("#importProgressBar" ).progressbar({value:0});
     $("#importProgressBar").show( );
-    loop = window.setInterval(setIntermediate, 5)
+    loop = window.setInterval(setIntermediate, 5000)
   }
 });
 </script>