mirror of
https://github.com/EvernodeXRPL/hpcore.git
synced 2026-04-29 15:37:59 +00:00
hpfs binary with optimized write fix. (#303)
* Updated hpfs bin. * Improved logs. * Local cluster script log level fix.
This commit is contained in:
@@ -275,7 +275,7 @@ namespace comm
|
||||
/**
|
||||
* Returns printable name for the session based on uniqueid (used for logging).
|
||||
*/
|
||||
const std::string comm_session::display_name()
|
||||
const std::string comm_session::display_name() const
|
||||
{
|
||||
if (challenge_status == comm::CHALLENGE_STATUS::CHALLENGE_VERIFIED)
|
||||
{
|
||||
|
||||
@@ -71,7 +71,7 @@ namespace comm
|
||||
void mark_for_closure();
|
||||
void close();
|
||||
void mark_as_verified();
|
||||
virtual const std::string display_name();
|
||||
virtual const std::string display_name() const;
|
||||
|
||||
void set_threshold(const SESSION_THRESHOLDS threshold_type, const uint64_t threshold_limit, const uint32_t intervalms);
|
||||
void increment_metric(const SESSION_THRESHOLDS threshold_type, const uint64_t amount);
|
||||
|
||||
Reference in New Issue
Block a user