From bd10a03da0f078ee8c88b531d977071cc6f6f3b0 Mon Sep 17 00:00:00 2001 From: Sergey Lyubka <valenok@gmail.com> Date: Sat, 23 Nov 2013 13:46:45 +0000 Subject: [PATCH] Throttling functionality removed --- build/src/options.c | 1 - 1 file changed, 1 deletion(-) diff --git a/build/src/options.c b/build/src/options.c index 38a9e9ea0..5ab7bfede 100644 --- a/build/src/options.c +++ b/build/src/options.c @@ -9,7 +9,6 @@ static const char *config_options[] = { "protect_uri", NULL, "authentication_domain", "mydomain.com", "ssi_pattern", "**.shtml$|**.shtm$", - "throttle", NULL, "access_log_file", NULL, "enable_directory_listing", "yes", "error_log_file", NULL, -- GitLab