From d48e23f234ced8351fec6f688bd9e17cd29f21ee Mon Sep 17 00:00:00 2001 From: rdb Date: Sat, 10 Dec 2022 19:07:28 +0100 Subject: [PATCH] pstats: Indicate how to disable rate limit --- panda/src/pstatclient/config_pstatclient.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/panda/src/pstatclient/config_pstatclient.cxx b/panda/src/pstatclient/config_pstatclient.cxx index 51ab439e2a..aee2a29bae 100644 --- a/panda/src/pstatclient/config_pstatclient.cxx +++ b/panda/src/pstatclient/config_pstatclient.cxx @@ -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,