From ef842591b7c48a79b25aa8353b266a010549a68a Mon Sep 17 00:00:00 2001 From: Pawel Kuzak Date: Tue, 12 May 2015 14:12:47 +0200 Subject: [PATCH] Added MAX_SESSIONS to README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d03e7ff6f..5d8613749 100644 --- a/README.md +++ b/README.md @@ -187,6 +187,7 @@ option and which are reproduced below: -g, --graphite=[IP46:]PORT TCP address of graphite statistics server -w, --graphite-interval=INT Graphite data statistics send interval --graphite-prefix=STRING Graphite prefix for every line + --max-sessions=INT Limit the number of maximum concurrent sessions Most of these options are indeed optional, with two exceptions. It's mandatory to specify at least one local IP address through `--interface`, and at least one of the `--listen-...` options must be given.