|
Clio
develop
The XRP Ledger API server.
|
Settings for cache file operations. More...
#include <CacheLoaderSettings.hpp>
Public Member Functions | |
| auto | operator<=> (CacheFileSettings const &) const =default |
Public Attributes | |
| std::string | path |
| uint32_t | maxAge = 5000 |
Settings for cache file operations.
| uint32_t etl::CacheLoaderSettings::CacheFileSettings::maxAge = 5000 |
max difference between latest sequence in cache file and DB
| std::string etl::CacheLoaderSettings::CacheFileSettings::path |
path to the file to load cache from on start and save cache to on shutdown