mirror of
https://github.com/sot-tech/mochi.git
synced 2026-07-28 01:58:12 -07:00
fix null ptrs, misuse of bencode
This commit is contained in:
+1
-1
@@ -74,7 +74,7 @@ func New() *Config {
|
||||
Backend: DriverConfig{
|
||||
Driver: "mock",
|
||||
},
|
||||
Private: true,
|
||||
Private: false,
|
||||
Freeleech: false,
|
||||
Announce: Duration{30 * time.Minute},
|
||||
MinAnnounce: Duration{15 * time.Minute},
|
||||
|
||||
Reference in New Issue
Block a user