From 7dea2e82f0a5a55b9d0acd67c1b50ee1f151d4ee Mon Sep 17 00:00:00 2001 From: Cat Date: Mon, 29 Apr 2013 13:13:46 +0200 Subject: [PATCH] LSP: changed limit 'current bandwidth' description --- lsp/functions.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lsp/functions.js b/lsp/functions.js index 4ffbe0f4..f8f7a0f1 100644 --- a/lsp/functions.js +++ b/lsp/functions.js @@ -488,7 +488,7 @@ function BuildLimitRow(l) ['hard', 'Hardlimit','Do not allow this limit to be passed.'] ], [ - ['kbps_max', 'Current bandwidth', 'Current bandwidth in bytes/s.'], + ['kbps_max', 'Current bandwidth', 'In bytes/s. Refuses new connections after current bandwidth limit is reached.'], ['users', 'Concurrent users','Maximum concurrent users.'], ['geo', 'Geolimited', 'Either a blacklist or whitelist containing country codes.'], ['host', 'Hostlimited', 'Either a blacklist or whitelist containing hosts seperated by spaces.']