Options.paranoid_checks

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 unreadable or for the entire DB to become unopenable. Default: false

class Options
@property
void
paranoid_checks
(
bool val
)

Meta