From a8cdd33ac7ee59e195dca03a395c264877ee5168 Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Mon, 13 Jul 2009 20:54:13 +0400 Subject: * Rework the whole filters system * Add metrics optimization and symbols cache * Change all plugins [DRAGONS]: not for production usage, some things are still not working! --- src/cfg_file.l | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/cfg_file.l') diff --git a/src/cfg_file.l b/src/cfg_file.l index 0cf635f7e..06e1a33e7 100644 --- a/src/cfg_file.l +++ b/src/cfg_file.l @@ -52,10 +52,7 @@ protocol return PROTOCOL; memcached return MEMCACHED; servers return SERVERS; require return REQUIRE; -header_filters return HEADER_FILTERS; -mime_filters return MIME_FILTERS; -message_filters return MESSAGE_FILTERS; -url_filters return URL_FILTERS; +filters return FILTERS; factors return FACTORS; metric return METRIC; name return NAME; -- cgit v1.2.3