Configurable ADA commit limit in mainnet #1059
Closed
stanislav-az
started this conversation in
Ideas
Replies: 1 comment
-
@stanislav-az Thanks for submitting this idea and sorry for the late "reply". We have considered making this configurable, but that would defeat the purpose of this mechanism. Essentially, if someone wants to increase this limit they could just go to the source and change this number in a single location (currently here), recompile their Feel free to re-open this if you disagree or think we should document this better. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Why
Quoting hydra documentation:
Some apps, once familiar with Hydra Head flow, need to commit more ADA into a head. E.g. this could be useful for larger bids in interactive games inside heads, or for payment systems with bigger throughput.
What
It is probably reasonable to make this ADA limit optionally configurable by users of hydra-node.
How
Add a CLI flag
--ada-commit-limit
. If it is provided by userhydra-node --ada-commit-limit 10000
, then configure it to provided number, otherwise use old 100 ADA limit.Beta Was this translation helpful? Give feedback.
All reactions