blob: 053a743c7ba179fc4b960b3b4436409141cabe36 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# Delay (in seconds) before downgrade check
#DOWNGRADE_START_CHECK=
# Threshold of downgrade check (bit/ms)
#DOWNGRADE_THRESHOLD=
# If set force the use of a specific key, if set to "_" force the use of any key
#KEY=
# Speed limit (in Mb/s)
#LIMIT_SPEED=
# Listening port (21116 for hbbs, 21117 for hbbr)
#PORT=
# Set debug level (error|warn|info|debug|trace)
#RUST_LOG=
# Max bandwidth for a single connection (in Mb/s)
#SINGLE_BANDWIDTH=
# Max total bandwidth (in Mb/s)
#TOTAL_BANDWIDTH=
|