From d8f62ade6e74820cd1e0e184e2972c42c566f5a0 Mon Sep 17 00:00:00 2001 From: didg Date: Wed, 6 Jun 2007 10:18:07 +0000 Subject: [PATCH] dbd backend, increase the default number of connections --- etc/cnid_dbd/db_param.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/cnid_dbd/db_param.c b/etc/cnid_dbd/db_param.c index 26980844..14ca1c82 100644 --- a/etc/cnid_dbd/db_param.c +++ b/etc/cnid_dbd/db_param.c @@ -1,5 +1,5 @@ /* - * $Id: db_param.c,v 1.1.4.4.2.2 2005-09-27 10:40:41 didg Exp $ + * $Id: db_param.c,v 1.1.4.4.2.3 2007-06-06 10:18:07 didg Exp $ * * Copyright (C) Joerg Lenneis 2003 * All Rights Reserved. See COPYING. @@ -36,7 +36,7 @@ #define DEFAULT_FLUSH_FREQUENCY 100 #define DEFAULT_FLUSH_INTERVAL 30 #define DEFAULT_USOCK_FILE "usock" -#define DEFAULT_FD_TABLE_SIZE 16 +#define DEFAULT_FD_TABLE_SIZE 64 #define DEFAULT_IDLE_TIMEOUT 600 #define DEFAULT_CHECK 0 -- 2.39.2