Skip to content

Commit e563bfb

Browse files
committed
fix: benchmarking config template
- Missing [core.tracker_policy] section. Configuration was changed. - Missing database config. Needed when the default DB folder does not exist. With this config storage folder is not needed. WE are not using DB which required DB for benchmarking.
1 parent 7ac1556 commit e563bfb

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed
Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
[metadata]
2-
app = "torrust-tracker"
3-
purpose = "configuration"
42
schema_version = "2.0.0"
53

64
[logging]
@@ -9,8 +7,15 @@ threshold = "error"
97
[core]
108
listed = false
119
private = false
12-
remove_peerless_torrents = false
1310
tracker_usage_statistics = false
1411

12+
[core.database]
13+
driver = "sqlite3"
14+
path = "./sqlite3.db"
15+
16+
[core.tracker_policy]
17+
persistent_torrent_completed_stat = false
18+
remove_peerless_torrents = false
19+
1520
[[udp_trackers]]
1621
bind_address = "0.0.0.0:6969"

0 commit comments

Comments
 (0)