]> git.pld-linux.org Git - packages/cacti-template-mail_statistics.git/blame - cachetime.patch
- increase cache time (but be lower than 5m cacti poll interval)
[packages/cacti-template-mail_statistics.git] / cachetime.patch
CommitLineData
7f32ce1e
ER
1--- cacti-template-postfix-0.1/fetch_mail_statistics.pl 2005-12-19 15:52:35.000000000 +0200
2+++ cacti-template-postfix-0.1/fetch_mail_statistics.pl 2010-10-21 17:22:21.000000000 +0300
3@@ -14,7 +14,7 @@
4 #
5 # This defines how many seconds we will cache calculated values.
6 #
7-$MINRESET = 50;
8+$MINRESET = 280;
9
10
11 if ( @ARGV < 5 ) {
This page took 0.069184 seconds and 4 git commands to generate.