mirror of
https://github.com/ScuroNeko/mtg.git
synced 2026-08-31 19:34:03 +03:00
Do not use ristretto
Memory usage is too big
This commit is contained in:
+1
-1
@@ -25,9 +25,9 @@ func (n networkHTTPTransport) RoundTrip(req *http.Request) (*http.Response, erro
|
||||
|
||||
type network struct {
|
||||
dialer Dialer
|
||||
dns dnsResolver
|
||||
httpTimeout time.Duration
|
||||
userAgent string
|
||||
dns *dnsResolver
|
||||
}
|
||||
|
||||
func (n *network) Dial(protocol, address string) (net.Conn, error) {
|
||||
|
||||
Reference in New Issue
Block a user