Config stanza for RPC billing limits instead of just hardcoded values #316
Labels
feature
Feature Request
High
High Priority Bug (should be fixed immediately for next release)
ripple(d) sync
Sync w/ RIpple(d)
This is a bit of a prio 1 (1.1 😇) For infra operations at scale, RPC resource billing limits are too low.
Which results in dropping connections, rate limits, etc. Which results to failover on a cluster level (so users won't really notice, but still a waste of resources, reconnecting, etc.)
Here are the limits:
https://github.com/xahau/xahaud/blob/HEAD/src/ripple/resource/impl/Tuning.h#L34-L35
Proposal
Allow these values to be configured with config stanza, overruling the defaults.
... Then to be PRred into @xrplf/rippled as well.
XRPLF/rippled#2628
The text was updated successfully, but these errors were encountered: