From 7f9df35d3bd0e9d23284b8bd9c36a0f52158f5d7 Mon Sep 17 00:00:00 2001 From: Roman Kelesidis Date: Wed, 22 Jan 2025 20:52:11 +0300 Subject: [PATCH] removed: Some unused tracker config variables (#1769) --- library/config.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/library/config.php b/library/config.php index 551ec0155..0390e3905 100644 --- a/library/config.php +++ b/library/config.php @@ -718,8 +718,6 @@ $bb_cfg['tracker'] = [ 'update_dlstat' => true, 'expire_factor' => 2.5, 'compact_mode' => true, - 'upd_user_up_down_stat' => true, - 'browser_redirect_url' => '', 'scrape' => true, 'limit_active_tor' => true, 'limit_seed_count' => 0,