[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: Typos on <http://www.OpenLDAP.org/faq/data/cache/192.html> (ITS#607)



The FAQ is interactive.  Feel free to make corrections yourself
[enable editing commands via Appearances link].

At 02:52 PM 6/27/00 GMT, pepper@reppep.com wrote:
>Full_Name: Chris Pepper
>Version: current website
>OS: irrelevant
>URL: http://www.OpenLDAP.org/faq/data/cache/192.html
>Submission from: (NULL) (216.112.226.150)
>
>
>slapd, by default, synchronizes the underlying DB after each modification. This
>is safe, but slow. In situations where you do not need this protection (such as
>on a slave server), you can disable write sync by specify the database
>configuration directive
>	'by specify the' should be
>	'by specifying the'.
>
>dbcacheNoWsync
>
>
>To make no write sync more safe, consider running a slave with write sync on.
>This slave then becomes a live backup for the master. 
>	'write sync more safe,' should be
>	'write sync safer,'.
>
>
>