namada
namada copied to clipboard
Tune event log parameters
Currently, the event log is hard-coded to hold 50k events of each event kind. We might want to adjust this behavior, especially making its value configurable (ie: via a config file) per node.
@sug0 Are you referring to a node-local log here? Where are these 50k events being held? Can't they just be written to files or something?
@cwgoes this issue refers to the namada-local event log, which currently is not even persisted to disk, if a node is killed. this is mostly used to serve rpc queries, since events are persisted via CometBFT.