From: Ian Jackson Date: Sun, 19 Feb 2012 18:14:49 +0000 (+0000) Subject: ypp-chart-memshow: adjust watch timeout to 300ms X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~yarrgweb/git?p=ypp-sc-tools.db-live.git;a=commitdiff_plain;h=2769c59035eaaf4b7cb4db63e22e413b37fead8e ypp-chart-memshow: adjust watch timeout to 300ms --- diff --git a/ypp-chart-memshow b/ypp-chart-memshow index 44b6fac..ccf26e5 100755 --- a/ypp-chart-memshow +++ b/ypp-chart-memshow @@ -118,7 +118,7 @@ sub watch_dir ($) { next unless $size; last if $size==$lastsize; $lastsize= $size; - select undef,undef,undef, 0.100; + select undef,undef,undef, 0.300; } $child= fork; defined $child or die $!;