Set AC timeout value to 3 seconds and describe tradeoffs
authorDan Scott <dan@coffeecode.net>
Fri, 17 Jun 2011 16:30:12 +0000 (12:30 -0400)
committerMike Rylander <mrylander@gmail.com>
Mon, 20 Jun 2011 18:00:16 +0000 (14:00 -0400)
commit4ded23ab61ad4611eec9cdd591d48544ec2c9cc1
tree05596312d26668d47235f29a2ec12bcad9bb1a28
parentacd548c42804803742e3c5b0cbf80700391d5bb2
Set AC timeout value to 3 seconds and describe tradeoffs

As discussed on the Evergreen Development mailing list, the higher the
AC timeout value, the greater the risk of a denial of service. 30 is
therefore too high to be comfortable as a default setting, so we're
dropping it down to 3 as a compromise between the original value of 1
(which resulted in a number of request timing out where added content
was actually available) and the much-less-safe 30.

In addition, we document inline the risk/reward of different values and
provide some justification for the default value that we chose, so that
Evergreen system administrators will have guidance when tweaking this
setting.

Signed-off-by: Dan Scott <dscott@laurentian.ca>
Signed-off-by: Mike Rylander <mrylander@gmail.com>
Open-ILS/examples/opensrf.xml.example