From d7e03a7ed043ade71b110a97db0a2db619e2805e Mon Sep 17 00:00:00 2001 From: "Ycarus (Yannick Chabanois)" Date: Mon, 2 Sep 2019 20:55:28 +0200 Subject: [PATCH] Remove vnstat patch --- .../990-adjust-configuration-defaults.patch | 28 ------------------- 1 file changed, 28 deletions(-) delete mode 100644 vnstat/patches/990-adjust-configuration-defaults.patch diff --git a/vnstat/patches/990-adjust-configuration-defaults.patch b/vnstat/patches/990-adjust-configuration-defaults.patch deleted file mode 100644 index 1627b4d72..000000000 --- a/vnstat/patches/990-adjust-configuration-defaults.patch +++ /dev/null @@ -1,28 +0,0 @@ -From: Jo-Philipp Wich -Date: Thu, 26 Jan 2017 15:30:00 +0100 -Subject: [PATCH] config: adjust default values - -Adjust the default interval settings to be better suited for slower embedded -devices. - -Signed-off-by: Jo-Philipp Wich - ---- a/cfg/vnstat.conf -+++ b/cfg/vnstat.conf -@@ -87,13 +87,13 @@ DaemonUser "" - DaemonGroup "" - - # how often (in seconds) interface data is updated --UpdateInterval 30 -+UpdateInterval 60 - - # how often (in seconds) interface status changes are checked --PollInterval 5 -+PollInterval 30 - - # how often (in minutes) data is saved to file --SaveInterval 5 -+SaveInterval 30 - - # how often (in minutes) data is saved when all interface are offline - OfflineSaveInterval 30