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

implement limits set in Chainhook.toml #533

Open
MicaiahReid opened this issue Mar 19, 2024 · 0 comments
Open

implement limits set in Chainhook.toml #533

MicaiahReid opened this issue Mar 19, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@MicaiahReid
Copy link
Collaborator

We have a limits section in the Chainhook.toml:

[limits]
max_number_of_bitcoin_predicates = 100
max_number_of_concurrent_bitcoin_scans = 100
max_number_of_stacks_predicates = 10
max_number_of_concurrent_stacks_scans = 10
max_number_of_processing_threads = 16
max_number_of_networking_threads = 16
max_caching_memory_size_mb = 32000

but most of these are not implemented. We also have a few hardcoded max retries throughout the code base. It would be great if we added all of these to the limits config as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: 📋 Backlog
Development

No branches or pull requests

1 participant