]> TLD Linux GIT Repositories - packages/munin.git/blob - munin-timeout.patch
- logtool seems no longer needed (not found anywhere in sources)
[packages/munin.git] / munin-timeout.patch
1 diff -ur munin-2.0.65.orig/master/lib/Munin/Master/Node.pm munin-2.0.65/master/lib/Munin/Master/Node.pm
2 --- munin-2.0.65.orig/master/lib/Munin/Master/Node.pm   2020-10-28 22:36:02.000000000 +0100
3 +++ munin-2.0.65/master/lib/Munin/Master/Node.pm        2021-01-04 18:05:50.646803396 +0100
4 @@ -38,7 +38,7 @@
5          pid     => undef,
6          writer  => undef,
7          master_capabilities => "multigraph dirtyconfig",
8 -        io_timeout => 120,
9 +        io_timeout => $config->{timeout},
10         configref => $configref,
11      };
12