Skip to content

sgns::telemetry_cache_cutoffs

#include <common.hpp>

Public Functions

Name
std::chrono::seconds network_to_time(network_constants const & network_constants)

Public Attributes

Name
std::chrono::seconds constexpr test
std::chrono::seconds constexpr beta
std::chrono::seconds constexpr live

Public Functions Documentation

function network_to_time

static std::chrono::seconds network_to_time(
    network_constants const & network_constants
)

Public Attributes Documentation

variable test

static std::chrono::seconds constexpr test { 3 };

variable beta

static std::chrono::seconds constexpr beta { 15 };

variable live

static std::chrono::seconds constexpr live { 60 };

Updated on 2026-03-04 at 13:10:43 -0800