]> TLD Linux GIT Repositories - packages/munin.git/blob - munin-timeout.patch
- updated to 2.0.42
[packages/munin.git] / munin-timeout.patch
1 diff -urNpa munin-2.0.42.orig/master/lib/Munin/Master/Node.pm munin-2.0.42/master/lib/Munin/Master/Node.pm
2 --- munin-2.0.42.orig/master/lib/Munin/Master/Node.pm   2018-10-11 16:33:01.036033000 +0000
3 +++ munin-2.0.42/master/lib/Munin/Master/Node.pm        2018-10-11 16:34:05.467033000 +0000
4 @@ -37,7 +37,7 @@ sub new {
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