From 00aee129de53b0ff8c6a0e19146d663ccf72fa41 Mon Sep 17 00:00:00 2001 From: Brendan O'Dea Date: Fri, 29 Oct 2004 05:34:27 +0000 Subject: [PATCH] add throttle_buckets --- Docs/manual.html | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Docs/manual.html b/Docs/manual.html index 1ac5d15..ba62c5d 100644 --- a/Docs/manual.html +++ b/Docs/manual.html @@ -257,6 +257,12 @@ the CLI, but changes will not affect currently connected users.

+

  • throttle_buckets (int)
    +Number of token buckets to allocate for throttling. Each throttled +session requires two buckets (in and out). +

    +

  • +
  • accounting_dir (string)
    If set to a directory, then every 5 minutes the current usage for every connected use will be dumped to a file in this directory. Each -- 2.20.1