Commit 2ea1587e authored by Bastian Köcher's avatar Bastian Köcher Committed by GitHub
Browse files

Only send one collation per relay parent at a time to validators (#3360)

* Only send one collation per relay parent at a time to validators

This changes the way we are sending collations to validators. Before we
answered every collation request immediatley. Now we only answer one
pov request at a time per relay parent. This should bring down the
bandwidth requirements and should help parachains to include bigger
blocks more easily.

* Guide updates

* Review feedback.
parent 30ebd265
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment