Skip to content

Commit 29a2dfd

Browse files
committed
dev: change default config
Decrease torrent cleanup interval and peer timeout to do manual tests faster.
1 parent 1eb545c commit 29a2dfd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

share/default/config/tracker.development.sqlite3.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ schema_version = "2.0.0"
77
threshold = "info"
88

99
[core]
10-
#inactive_peer_cleanup_interval = 60
10+
inactive_peer_cleanup_interval = 60
1111
listed = false
1212
private = false
1313

1414
[core.tracker_policy]
15-
#max_peer_timeout = 30
15+
max_peer_timeout = 30
1616
persistent_torrent_completed_stat = true
17-
#remove_peerless_torrents = true
17+
remove_peerless_torrents = true
1818

1919
[[udp_trackers]]
2020
bind_address = "0.0.0.0:6868"

0 commit comments

Comments
 (0)