mirror of
https://github.com/torrentpier/torrentpier.git
synced 2025-03-12 04:35:42 -07:00
Update config.php
This commit is contained in:
parent
8b1988d3dc
commit
87ec00e47a
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user