Open AnnaShaleva opened 3 months ago
Networks with small TimePerBlock setting should be able to react on new transactions faster. Ref. https://github.com/nspcc-dev/neofs-node/issues/2864.
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.
batchTime
batchSize
No alternatives.
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
andbatchSize
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.