Update .goreleaser.yaml and enhance HTTP client settings in steamcache.go #10

Merged
s1d3sw1ped merged 1 commits from fix/connection-pooling into main 2025-07-19 04:13:38 -05:00
Owner
  • 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.
- 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.
s1d3sw1ped added 1 commit 2025-07-19 04:13:16 -05:00
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
847931ed43
- 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.
s1d3sw1ped scheduled this pull request to auto merge when all checks succeed 2025-07-19 04:13:20 -05:00
s1d3sw1ped merged commit d94b53c395 into main 2025-07-19 04:13:38 -05:00
s1d3sw1ped deleted branch fix/connection-pooling 2025-07-19 04:13:38 -05:00
Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: s1d3sw1ped/steamcache2#10
No description provided.