CCF
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
ccf::CCFConfig::FilesCleanup Struct Reference

#include <startup_config.h>

Public Member Functions

bool operator== (const FilesCleanup &) const =default
 

Public Attributes

std::optional< size_t > max_snapshots = std::nullopt
 
std::optional< size_t > max_committed_ledger_chunks = std::nullopt
 
ccf::ds::TimeString interval = {"30s"}
 

Member Function Documentation

◆ operator==()

bool ccf::CCFConfig::FilesCleanup::operator== ( const FilesCleanup ) const
default

Member Data Documentation

◆ interval

ccf::ds::TimeString ccf::CCFConfig::FilesCleanup::interval = {"30s"}

◆ max_committed_ledger_chunks

std::optional<size_t> ccf::CCFConfig::FilesCleanup::max_committed_ledger_chunks = std::nullopt

◆ max_snapshots

std::optional<size_t> ccf::CCFConfig::FilesCleanup::max_snapshots = std::nullopt

The documentation for this struct was generated from the following file: