X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~yarrgweb/git?p=ypp-sc-tools.web-live.git;a=blobdiff_plain;f=ypp-chart-memshow;fp=ypp-chart-memshow;h=ccf26e53c74fb5651f90882cb20c3f763efa9112;hp=44b6fac800f18af36ed57cc1d8c765e16d101d3a;hb=2769c59035eaaf4b7cb4db63e22e413b37fead8e;hpb=0249114accb7871b75a33868f85c279aebb7d365 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 $!;