]> TLD Linux GIT Repositories - packages/munin.git/blob - munin-timeout.patch
- df, url back to regular sourceforge one
[packages/munin.git] / munin-timeout.patch
1 diff -urNp munin-2.0.25.orig/master/lib/Munin/Master/Node.pm munin-2.0.25/master/lib/Munin/Master/Node.pm
2 --- munin-2.0.25.orig/master/lib/Munin/Master/Node.pm   2014-11-24 21:46:24.000000000 +0000
3 +++ munin-2.0.25/master/lib/Munin/Master/Node.pm        2015-09-08 10:14:27.201593251 +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