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 6, 2019
1 parent 0d11ad0 commit 88781ed
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions doc/network_performance.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Results of this tuning you may see below:

.. container:: codeset

.. sourcecode:: java
.. sourcecode:: javascript

const (
// chainHeadChanSize is the size of channel listening to ChainHeadEvent.
Expand All @@ -27,11 +27,12 @@ Results of this tuning you may see below:
GlobalQueue: 1024,
}

.. sourcecode:: kotlin
.. sourcecode:: javascript
:emphasize-lines: 4,11,12,13,14

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

0 comments on commit 88781ed

Please sign in to comment.