From 64e68c6c91c660264c787e469e14acf0b81823f0 Mon Sep 17 00:00:00 2001 From: Roman Kelesidis Date: Mon, 6 Nov 2023 14:57:05 +0700 Subject: [PATCH] Update announce.php --- bt/announce.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bt/announce.php b/bt/announce.php index 5f2b4f94..6e6efffa 100644 --- a/bt/announce.php +++ b/bt/announce.php @@ -19,7 +19,7 @@ if (isset($_GET['event']) && $_GET['event'] === 'completed') $announce_interval = $bb_cfg['announce_interval']; $passkey_key = $bb_cfg['passkey_key']; -$max_left_val = 5497558138880; // 5 TB +$max_left_val = 536870912000; // 500 GB $max_up_down_val = 5497558138880; // 5 TB $max_up_add_val = 85899345920; // 80 GB $max_down_add_val = 85899345920; // 80 GB