Skip to content

Starknet v1.0.4

Compare
Choose a tag to compare
@fracek fracek released this 03 Aug 21:29

Control maximum stream speed.

Added

  • Add a new --blocks-per-second-limit flag to control how many blocks per
    second each stream is allowed to stream.
    This is needed to avoid that a few clients use all available bandwidth and
    reduce service quality for all other clients.
  • Add the stream_bytes_sent metric that tracks how much data is sent to each
    client.