pollen für ajax fortschritt max alle halbe sekunde
authorSven Schöling <s.schoeling@linet-services.de>
Thu, 10 Jan 2013 10:17:22 +0000 (11:17 +0100)
committerSven Schöling <s.schoeling@linet-services.de>
Fri, 11 Jan 2013 12:58:56 +0000 (13:58 +0100)
templates/webpages/csv_import/_deferred_results.html

index 050ca5a..1a411f0 100644 (file)
@@ -26,7 +26,7 @@
   $(document).ready(function(){
     $('#progress_description').html('[% SELF.background_job.data_as_hash.progress.plan.${SELF.background_job.data_as_hash.progress.phase} %] / [% SELF.background_job.data_as_hash.progress.num_phases %] [% SELF.background_job.data_as_hash.progress.phase | $T8 | html %]');
     $('#progressbar').progressbar({ value: [% SELF.background_job.data_as_hash.progress.progress * 1 %] });
-    window.setTimeout(reload_results, 100);
+    window.setTimeout(reload_results, 500);
   })
 [%- END %]
 </script>