2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 06:25:31 +00:00

max-adb-size is no more.

1073.  [bug]           The adb cache should also be space driven.
                       [RT #1915, #1938]
This commit is contained in:
Mark Andrews
2001-11-07 03:52:20 +00:00
parent 85477ac281
commit be9932698b
5 changed files with 12 additions and 46 deletions

View File

@@ -15,7 +15,7 @@
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: parser.c,v 1.88 2001/11/05 22:24:31 gson Exp $ */
/* $Id: parser.c,v 1.89 2001/11/07 03:52:20 marka Exp $ */
#include <config.h>
@@ -928,7 +928,6 @@ view_clauses[] = {
{ "max-cache-ttl", &cfg_type_uint32, 0 },
{ "transfer-format", &cfg_type_transferformat, 0 },
{ "max-cache-size", &cfg_type_sizenodefault, 0 },
{ "max-adb-size", &cfg_type_sizenodefault, 0 },
{ "check-names", &cfg_type_checknames,
CFG_CLAUSEFLAG_MULTI | CFG_CLAUSEFLAG_NOTIMP },
{ "cache-file", &cfg_type_qstring, 0 },