]> arthur.barton.de Git - netatalk.git/commitdiff
dbd backend, increase the default number of connections
authordidg <didg>
Wed, 6 Jun 2007 10:18:07 +0000 (10:18 +0000)
committerdidg <didg>
Wed, 6 Jun 2007 10:18:07 +0000 (10:18 +0000)
etc/cnid_dbd/db_param.c

index 269808443b92af76dd01cbf8a804b68152f80eac..14ca1c825ec86c3feaf99353f3bd09d01c542e0a 100644 (file)
@@ -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.
  *
  * 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_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
 
 #define DEFAULT_IDLE_TIMEOUT       600
 #define DEFAULT_CHECK              0