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 10, 2019
1 parent e5a3a08 commit 7b1081e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions doc/network_performance.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@ Network Performance
===================

Papyrus network designed as high loaded solution that should be able to process more than 1000 tps.
To achieve these performance results we reimplement batching and buffers to allow them to agregate more data.

First of all we had to increase potential number of transaction in queue.
To achieve these performance results we reimplement batching and buffers to allow them to aggregate more data. To do that first of all we had to increase potential number of transaction in queue.

* ``peer.go`` class that contains constants that are responsible for queue sizes.
We conducted a series of load tests and, after internal modeling, we stopped at the following set of values:
Expand Down

0 comments on commit 7b1081e

Please sign in to comment.