How aggressively FlushStateToDisk should flush chainstate to disk.
Synopsis
Declared in <validation.h>
enum class FlushStateMode : uint8_t;
Members
Name |
Description |
|
Only prune if needed; do not otherwise flush. |
|
Flush only if the caches are too large or a write is overdue. |
|
Flush if enough time has passed since the last write. |
|
Always flush the caches to disk. |
|
Always flush and fsync the data to durable storage. |
Created with MrDocs