mirror of
https://github.com/dragonflydb/dragonfly.git
synced 2025-05-11 10:25:47 +02:00
chore: pull helio (#3350)
* chore: pull helio --------- Signed-off-by: Roman Gershman <roman@dragonflydb.io>
This commit is contained in:
parent
c46d95db2f
commit
feb9bc266a
4 changed files with 7 additions and 4 deletions
|
@ -680,6 +680,8 @@ void EngineShard::RunPeriodic(std::chrono::milliseconds period_ms) {
|
|||
|
||||
// Every 8 runs, update the global stats.
|
||||
if (global_count % 8 == 0) {
|
||||
DVLOG(2) << "Global periodic";
|
||||
|
||||
uint64_t sum = 0;
|
||||
const auto& stats = EngineShardSet::GetCachedStats();
|
||||
for (const auto& s : stats)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue