Update .goreleaser.yaml and enhance HTTP client settings in steamcache.go
All checks were successful
PR Check / check-and-test (pull_request) Successful in 18s
All checks were successful
PR Check / check-and-test (pull_request) Successful in 18s
- Removed copyright footer from .goreleaser.yaml. - Increased HTTP client connection settings in steamcache.go for improved performance: - MaxIdleConns from 100 to 200 - MaxIdleConnsPerHost from 10 to 50 - IdleConnTimeout from 90s to 120s - TLSHandshakeTimeout from 10s to 15s - ResponseHeaderTimeout from 10s to 30s - ExpectContinueTimeout from 1s to 5s - Added DisableCompression and ForceAttemptHTTP2 options. - Removed debug logging for manifest files in ServeHTTP method.
This commit is contained in:
@@ -48,7 +48,6 @@ changelog:
|
||||
|
||||
release:
|
||||
name_template: "{{ .ProjectName }}-{{ .Version }}"
|
||||
footer: "Copyright (c) 2025 s1d3sw1ped"
|
||||
|
||||
gitea_urls:
|
||||
api: https://git.s1d3sw1ped.com/api/v1
|
||||
|
||||
Reference in New Issue
Block a user