[mcu] HPB Talk setting

Hi
I would like to know if I should put in the following parameters the flow rate that I want per stream or the maximum flow rate of the bandwidth that I want to allocate to all the cumulative streams, from what I understand I think that it is the maximum band that I want allocated to all the streams but I have a doubt. The HPB server has a 10Gb/s network connection, but the actual internet flow rate is 8Gb/s symmetrical. Thank you for your help.

[mcu]
........
# The maximum bitrate per publishing stream (in bits per second).
# Defaults to 1 mbit/sec.
# For type "proxy": will be capped to the maximum bitrate configured at the
# proxy server that is used.
maxstreambitrate = 10485760

# The maximum bitrate per screensharing stream (in bits per second).
# Default is 2 mbit/sec.
# For type "proxy": will be capped to the maximum bitrate configured at the
# proxy server that is used.
maxscreenbitrate = 20971520
.........