diff options
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | linux/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ --------------------------------------------------------------------------- -Version 1.13.1 (RGer), 2007-02-xx +Version 1.13.1 (RGer), 2007-02-05 - changed the listen backlog limit to a more reasonable value based on the maximum number of TCP connections configurd (10% + 5) - thanks to Guy Standen for the hint (actually, the limit was 5 and that was a diff --git a/linux/Makefile b/linux/Makefile index 7fe6f6c5..c8321a75 100644 --- a/linux/Makefile +++ b/linux/Makefile @@ -25,7 +25,7 @@ FEATURE_LARGEFILE=1 # Enable database support (off by default, must be turned # on when support for MySQL is desired). -FEATURE_DB=1 +FEATURE_DB=0 # Enable regular expressions FEATURE_REGEXP=1 |