If true, Berkeley DB will write, but will not synchronously flush,
            the log on transaction commit. 
            
    Namespace: 
   BerkeleyDBAssembly: libdb_dotnet60 (in libdb_dotnet60.dll) Version: 6.0.30.0
 Syntax
Syntax
 Remarks
Remarks
            This means that transactions exhibit the ACI (atomicity,
            consistency, and isolation) properties, but not D (durability); database
            integrity will be maintained, but if the application or
            system fails, it is possible that some number of the most recently
            committed transactions may be undone during recovery. The number of
            transactions at risk is governed by how often the system flushes
            dirty buffers to disk and how often the log is checkpointed.
            





