solana/banks-server/src
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
..
banks_server.rs Batch tpu calls in send-transaction-service (#24083) 2022-04-21 12:43:08 -07:00
lib.rs
rpc_banks_service.rs Reformat imports to a consistent style for imports 2021-12-03 09:19:13 -08:00