journalSizeLimit property

int? journalSizeLimit
final

Journal/WAL size limit. Defaults to 6MB. The WAL may grow large than this limit during writes, but SQLite will attempt to truncate the file afterwards.

Implementation

final int? journalSizeLimit;