enableCommitLog property

  1. @override
bool enableCommitLog
final

Whether the keystore should be initialised with a commit log. Server bundles set this true (every write appends to the commit log for sync). Clients that no longer rely on a commit log leave it false, in which case the keystore is created commit-log-free and commitLogPath is never consulted.

Implementation

@override
final bool enableCommitLog;