chiark / gitweb /
pager: cap screenshot interval at 1s to avoid problems at volatile markets
authorIan Jackson <ian@liberator.relativity.greenend.org.uk>
Tue, 20 Oct 2009 18:36:41 +0000 (19:36 +0100)
committerIan Jackson <ian@liberator.relativity.greenend.org.uk>
Tue, 20 Oct 2009 18:36:41 +0000 (19:36 +0100)
yarrg/pages.c

index 02cacd95bbc5d0f556d99fdcc33ed5470ddf80e5..ff2672d9709b271bfb870f432a2e840b29df664f 100644 (file)
@@ -350,7 +350,7 @@ static void wait_for_stability(Snapshot **output,
          "  last_input=%f previously=%p `%s'\n",
          last_input, previously, doing);
 
-  double max_interval= 5.000;
+  double max_interval= 1.000;
   double min_interval= 0.100;
   for (;;) {
     progress_spinner("%s",doing);