Skip to content

Commit

Permalink
Update network_performance.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
svyatmikh committed Jun 7, 2019
1 parent e699dd1 commit ea7d4c6
Showing 1 changed file with 2 additions and 17 deletions.
19 changes: 2 additions & 17 deletions doc/network_performance.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,22 +6,7 @@ To achieve these performance results we completely changed most of ethereum tran

Results of this tuning you may see below:

.. container:: codeset

.. sourcecode:: kotlin

override fun verify(tx: LedgerTransaction) {
// Always accepts!
}

.. sourcecode:: java

@Override
public void verify(LedgerTransaction tx) {
// Always accepts!
}


:strike:`strike through text`.

* ``tx_pool.go`` class that contains most of logic for the transaction pool:

Expand Down Expand Up @@ -50,7 +35,7 @@ Results of this tuning you may see below:

const (
// chainHeadChanSize is the size of channel listening to ChainHeadEvent.
chainHeadChanSize = 100
chainHeadChanSize = :strike:`10` 100
)
...
DefaultTxPoolConfig = TxPoolConfig{
Expand Down

0 comments on commit ea7d4c6

Please sign in to comment.