From: Jonathan McDowell Date: Tue, 29 Mar 2011 01:35:25 +0000 (-0700) Subject: Configure db4 locks according to maxkeys and actually check maxkeys X-Git-Url: https://git.sommitrealweird.co.uk/onak.git/commitdiff_plain/b66594a4e361b7363ccec13680d158f90a71e04b?hp=b66594a4e361b7363ccec13680d158f90a71e04b Configure db4 locks according to maxkeys and actually check maxkeys The number of db4 objects iin use is related to the maximum number of keys we return at once. Configure the locking subsystem accordingly and limit the number of returned keys to maxkeys. Significantly improves the reliability of the db4 backend on a large busy server. ---