neo-go icon indicating copy to clipboard operation
neo-go copied to clipboard

Add ability to customize `batchTime` and `batchSize` for transactions broadcaster

Open AnnaShaleva opened this issue 1 year ago • 0 comments

Is your feature request related to a problem? Please describe.

Networks with small TimePerBlock setting should be able to react on new transactions faster. Ref. https://github.com/nspcc-dev/neofs-node/issues/2864.

Describe the solution you'd like

Custom batchTime and batchSize settings of transactions broadcaster should be configured via P2P ApplicationConfiguration setting with default values of 50ms and 42 respectively. Need to add appropriate documentation.

Describe alternatives you've considered

No alternatives.

AnnaShaleva avatar Aug 12 '24 10:08 AnnaShaleva