KomodoPlatform / komodo-docs-mdx

Komodo Platform Docs
https://komodoplatform.com/en/docs/
2 stars 7 forks source link

Add "max_concurrent_connections" param in mm2 config #282

Closed harsenyan3 closed 1 month ago

harsenyan3 commented 1 month ago

Add info on new "max_concurrent_connections" param in mm2 config. For further info refer to PR#2063.

smk762 commented 1 month ago

No doc edits needed, API PR purely internal.

shamardy commented 1 month ago

@smk762 There was a max_concurrent_connections config param that was added and can be used to override the default value of 512 if needed. https://github.com/KomodoPlatform/komodo-defi-framework/blob/df6ab98b3b2ee84918bfc0bf1bc03d1e1f219985/mm2src/mm2_main/src/lp_native_dex.rs#L588-L590 not sure if that needs to be documented or not though.