--- searchd.conf.5.ep.in.old	Tue Apr 13 01:23:35 2004
+++ searchd.conf.5.ep.in	Tue Apr 13 01:22:18 2004
@@ -13,7 +13,7 @@
 \fBDBAddr\fR \fBDBType\fR:[//[\fBUser\fR[:\fBPass\fR]@]\fBHost\fR[:\fBPort\fR]]/\fBDBName\fR/
 Defines SQL server connection parameters.
 .br
-\fBDBType\fR is SQL server type, it can be \fImysql\fR or \fIoracle8\fR
+\fBDBType\fR is SQL server type, it can be \fImysql\fR or \fIPostgreSQL\fR
 for now.
 .br
 \fBUser\fR is a SQL server's user to connect as.
@@ -68,6 +68,10 @@
 to process queries. Setting high value can result in big memory consumption.
 Setting low value can result in big response time for queries in high load
 conditions (as "extra" queries are queued). Default value is \fI10\fR.
+.TP
+\fBMaxIdleTime\fR \fInum\fR
+Sets the time in seconds that each thread will idle before dying off.
+Default value is \fI60\fR seconds.
 .TP
 \fBMultipleDBConnections\fR \fIyes\fR | \fIno\fR
 Sets whether to use separate connection to the database for each thread.

