From 9ba67576c31bbb24858b00a0ee9951b065b2d9e1 Mon Sep 17 00:00:00 2001 From: Michael Herger Date: Thu, 11 Apr 2024 08:19:50 +0200 Subject: [PATCH] Oops... this should be 240s, not 2.4s... --- Slim/Plugin/Stats/Plugin.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Slim/Plugin/Stats/Plugin.pm b/Slim/Plugin/Stats/Plugin.pm index 7912e9f461..3bdabe14f8 100644 --- a/Slim/Plugin/Stats/Plugin.pm +++ b/Slim/Plugin/Stats/Plugin.pm @@ -11,7 +11,7 @@ use Slim::Utils::Log; use Slim::Utils::Prefs; use constant REPORT_URL => 'https://stats.lms-community.org/api/instance/%s/'; -use constant REPORT_DELAY => 2.40; +use constant REPORT_DELAY => 240; use constant REPORT_INTERVAL => 86400 * 7; my $serverPrefs = preferences('server');