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 cdf0187 commit 0d11ad0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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:: before
.. sourcecode:: java

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

.. sourcecode:: after
.. sourcecode:: kotlin

const (
// chainHeadChanSize is the size of channel listening to ChainHeadEvent.
Expand Down

0 comments on commit 0d11ad0

Please sign in to comment.