Skip to content

Conversation

froggleston
Copy link
Collaborator

This PR adds support to control the number and size of pooled connections for the requests HTTPAdapter. If you're using quite a lot of bots within FTUI, the pool can become saturated and warnings will appear in the terminal. Increasing the pool_connections and pool_maxsize properties can help with this.

These two options:

  • can now be supplied in the FTUI config yaml or on the command line if using a freqtrade config file
  • default to higher numbers than the requests library/ft rest client defaults (10 and 10, respectively are now 20 and 10)

@froggleston froggleston requested a review from xmatthias January 23, 2025 16:15
@froggleston froggleston merged commit 8060bbc into main Feb 10, 2025
29 checks passed
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.

1 participant