#include <db.h>
Definition at line 191 of file db.h.
◆ create_flags
uint64_t wallet::DatabaseOptions::create_flags = 0 |
Definition at line 195 of file db.h.
◆ create_passphrase
Definition at line 196 of file db.h.
◆ max_log_mb
int64_t wallet::DatabaseOptions::max_log_mb = 100 |
Max log size to allow before consolidating.
Definition at line 202 of file db.h.
◆ require_create
bool wallet::DatabaseOptions::require_create = false |
Definition at line 193 of file db.h.
◆ require_existing
bool wallet::DatabaseOptions::require_existing = false |
Definition at line 192 of file db.h.
◆ require_format
Definition at line 194 of file db.h.
◆ use_shared_memory
bool wallet::DatabaseOptions::use_shared_memory = false |
Let other processes access the database.
Definition at line 201 of file db.h.
◆ use_unsafe_sync
bool wallet::DatabaseOptions::use_unsafe_sync = false |
Disable file sync for faster performance.
Definition at line 200 of file db.h.
◆ verify
bool wallet::DatabaseOptions::verify = true |
Check data integrity on load.
Definition at line 199 of file db.h.
The documentation for this struct was generated from the following file: