chiark / gitweb /
ypp-chart-memshow: adjust watch timeout to 300ms
[ypp-sc-tools.db-test.git] / ypp-chart-memshow
index 44b6fac800f18af36ed57cc1d8c765e16d101d3a..ccf26e53c74fb5651f90882cb20c3f763efa9112 100755 (executable)
@@ -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 $!;