From: Ian Jackson Date: Tue, 20 Oct 2009 18:36:41 +0000 (+0100) Subject: pager: cap screenshot interval at 1s to avoid problems at volatile markets X-Git-Tag: 4.3~2 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~yarrgweb/git?p=ypp-sc-tools.web-test.git;a=commitdiff_plain;h=3d46816ee5f3f9d13eb0e14051f66f7b5b742663 pager: cap screenshot interval at 1s to avoid problems at volatile markets --- diff --git a/yarrg/pages.c b/yarrg/pages.c index 02cacd9..ff2672d 100644 --- a/yarrg/pages.c +++ b/yarrg/pages.c @@ -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);