Update config.php

This commit is contained in:
Roman Kelesidis 2023-09-19 18:15:47 +07:00
parent 0b845aa05e
commit 092a4a0d71

View File

@ -89,7 +89,7 @@ $bb_cfg['script_path'] = '/';
$bb_cfg['gzip_compress'] = true; // compress output
// Tracker
$bb_cfg['announce_interval'] = 1800; // Announce interval (default: 1800)
$bb_cfg['announce_interval'] = 2400; // Announce interval (default: 2400)
$bb_cfg['passkey_key'] = 'uk'; // Passkey key name in GET request
$bb_cfg['ignore_reported_ip'] = false; // Ignore IP reported by client
$bb_cfg['verify_reported_ip'] = true; // Verify IP reported by client against $_SERVER['HTTP_X_FORWARDED_FOR']