Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Optimize HTTP Requests with Connection Pooling for DeepStack Detector #15505

Merged
merged 1 commit into from
Dec 14, 2024

Conversation

fl42
Copy link
Contributor

@fl42 fl42 commented Dec 13, 2024

Proposed change

Enhance HTTP request efficiency by utilizing requests.Session() for connection pooling. This improvement optimizes resource usage and performance by reusing connections where applicable.

For additional details, refer to the Requests documentation on Session objects.

Type of change

  • Dependency upgrade
  • Bugfix (non-breaking change which fixes an issue)
  • New feature
  • Breaking change (fix/feature causing existing functionality to break)
  • Code quality improvements to existing code
  • Documentation Update

Additional information

  • This PR fixes or closes issue: fixes #
  • This PR is related to issue:

Checklist

  • The code change is tested and works locally.
  • Local tests pass. Your PR cannot be merged unless tests pass
  • There is no commented out code in this PR.
  • The code has been formatted using Ruff (ruff format frigate)

Copy link

netlify bot commented Dec 13, 2024

Deploy Preview for frigate-docs ready!

Name Link
🔨 Latest commit 47737b6
🔍 Latest deploy log https://app.netlify.com/sites/frigate-docs/deploys/675cc198c89aea00085cf9ba
😎 Deploy Preview https://deploy-preview-15505--frigate-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@NickM-27 NickM-27 merged commit 1b7fe95 into blakeblackshear:dev Dec 14, 2024
9 checks passed
mitchross pushed a commit to mitchross/frigate that referenced this pull request Dec 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants