Update config.php

This commit is contained in:
Roman Kelesidis 2025-01-06 16:22:33 +07:00
commit 87ec00e47a

View file

@ -721,7 +721,13 @@ $bb_cfg['tracker'] = [
'gold_silver_enabled' => true, // golden / silver days mode (If enabled, then disable "freeleech")
'hybrid_stat_protocol' => 1, // For hybrid torrents there are two identical requests sent by clients, for counting stats we gotta choose one, you can change this to '2' in future, when v1 protocol is outdated
'disabled_v1_torrents' => false, // disallow registration of v1-only torrents, for future implementations where client will use v2 only and there won't be need for v1, thus relieving tracker
'disabled_v2_torrents' => false // disallow registration of v2-only torrents
'disabled_v2_torrents' => false, // disallow registration of v2-only torrents
'multitracker' => [ // multi-tracker settings
'enabled' => true,
'update_interval' => 0,
'timeout' => 5, // per announcer (in secs)
'torrents_per_cycle' => 20,
],
];
// Ratio settings