solana/banks-server
Lijun Wang 7c61e438fc
Batch tpu calls in send-transaction-service (#24083)
Introduced flag --tpu-do-batch2.
Introduced flag to control the batch size-- by default 100
The default batch timeout is 200ms -- configurable. If either it time out or the batch size is filled, a new batch is sent
The batch honor the retry rate on the transaction already sent before.
Introduced two threads in STS: one for receiving new transactions and doing batch send and one for retrying old transactions and doing batch.6.
Fixes #
2022-04-21 12:43:08 -07:00
..
src Batch tpu calls in send-transaction-service (#24083) 2022-04-21 12:43:08 -07:00
Cargo.toml chore: bump tarpc from 0.27.2 to 0.28.0 (#24532) 2022-04-20 15:17:19 -06:00