ParanoidChecks

data class ParanoidChecks(paranoidChecks: Boolean) : LevelDBOptions

If true, the implementation will do aggressive checking of the data it is processing and will stop early if it detects any errors.

This may have unforeseen ramifications: for example, a corruption of one DB entry may cause a large number of entries to become unReadBuffer or for the entire DB to become unopenable.

(Default: false)

Constructors

ParanoidChecks
Link copied to clipboard
common
fun ParanoidChecks(paranoidChecks: Boolean)

Properties

paranoidChecks
Link copied to clipboard
common
val paranoidChecks: Boolean