Clarify the new MaxWorkerRequests mlogc parameter.

This commit is contained in:
b1v1r
2009-07-27 20:17:59 +00:00
parent 5046369e0c
commit 2593704e27

View File

@@ -66,7 +66,9 @@ MaxConnections 10
# How many requests a worker will process before recycling itself.
# This is to help prevent problems due to any memory leaks that may
# exists.
# exists. If this is set to 0, then no maximum is imposed. The default
# is 1000 requests per worker (the number of workers is controlled by the
# MaxConnections limit).
MaxWorkerRequests 1000
# The time each connection will sit idle before being reused,