ReuseLogs

data class ReuseLogs(reuseLogs: Boolean) : LevelDBOptions

EXPERIMENTAL: If true, append to existing MANIFEST and log files when a database is opened. This can significantly speed up open.

Default: currently false, but may become true later.

Constructors

ReuseLogs
Link copied to clipboard
common
fun ReuseLogs(reuseLogs: Boolean)

Properties

reuseLogs
Link copied to clipboard
common
val reuseLogs: Boolean