💄 general formatting

This commit is contained in:
2025-05-29 00:38:48 +04:00
parent dc1cd05714
commit 6aeda3706b
10 changed files with 18 additions and 10 deletions

View File

@ -58,8 +58,8 @@ func getClients(
}
client := &fasthttp.HostClient{
MaxConns: int(maxConns),
IsTLS: isTLS,
MaxConns: int(maxConns),
IsTLS: isTLS,
TLSConfig: &tls.Config{
InsecureSkipVerify: true,
},