userver: dump::DynamicConfig Struct Reference
⚠️ This is the documentation for an old userver version. Click here to switch to the latest version.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
dump::DynamicConfig Struct Referencefinal

Public Member Functions

 DynamicConfig (const Config &config, ConfigPatch &&patch)
 
bool operator== (const DynamicConfig &other) const noexcept
 
bool operator!= (const DynamicConfig &other) const noexcept
 

Public Attributes

bool dumps_enabled
 
std::chrono::milliseconds min_dump_interval
 

Detailed Description

Definition at line 53 of file config.hpp.

Member Data Documentation

◆ dumps_enabled

bool dump::DynamicConfig::dumps_enabled

Definition at line 59 of file config.hpp.

◆ min_dump_interval

std::chrono::milliseconds dump::DynamicConfig::min_dump_interval

Definition at line 60 of file config.hpp.


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