pstats: Indicate how to disable rate limit

This commit is contained in:
rdb 2022-12-10 19:07:28 +01:00
parent 75b12fe6e2
commit d48e23f234

View File

@ -33,7 +33,8 @@ ConfigVariableDouble pstats_max_rate
("pstats-max-rate", 1000.0,
PRC_DESC("The maximum number of packets per second, per thread, to send "
"to the remote PStats server. A packet is defined as a single "
"UDP packet, or each 1024 bytes of a TCP message."));
"UDP packet, or each 1024 bytes of a TCP message. Set this to a "
"negative number to disable the limit."));
ConfigVariableBool pstats_threaded_write
("pstats-threaded-write", true,