Skip to content

Commit

Permalink
Oops... this should be 240s, not 2.4s...
Browse files Browse the repository at this point in the history
  • Loading branch information
mherger committed Apr 11, 2024
1 parent 94e0f6f commit 9ba6757
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Slim/Plugin/Stats/Plugin.pm
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down

0 comments on commit 9ba6757

Please sign in to comment.