summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--pool.h2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 6d1d2c90..2caafa19 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-10-20 Paul J Stevens <paul@nfg.nl>
+
+ * pool.h:
+ decrease HARD_MAX_CHILDREN to 300 to avoid segfaults
+
2007-10-19 Paul J Stevens <paul@nfg.nl>
* VERSION:
diff --git a/pool.h b/pool.h
index a7e16fb5..f8bf5907 100644
--- a/pool.h
+++ b/pool.h
@@ -10,7 +10,7 @@
#include "dbmail.h"
-#define HARD_MAX_CHILDREN 1024
+#define HARD_MAX_CHILDREN 300
#define STATE_NOOP -1
#define STATE_IDLE 0