]> jfr.im git - solanum.git/blobdiff - modules/m_info.c
Minor cleanup to command throttling code:
[solanum.git] / modules / m_info.c
index 08e2f4709c412f09d8a618ca9ff1fbd1e47b9119..0224fa29c543ddb5bfb5390c768fbb9d7da66696 100644 (file)
@@ -131,13 +131,13 @@ static struct InfoStruct info_table[] = {
                "client_flood_burst_rate",
                OUTPUT_DECIMAL,
                &ConfigFileEntry.client_flood_burst_rate,
-               "Rate at which burst lines are processed",
+               "Maximum lines per second during flood grace period, times client_flood_message_time",
        },
        {
                "client_flood_burst_max",
                OUTPUT_DECIMAL,
                &ConfigFileEntry.client_flood_burst_max,
-               "Number of lines to permit at client_flood_burst_rate",
+               "Number of lines to process at once before delaying, times client_flood_message_time",
        },
        {
                "client_flood_message_num",