Skip to content

Commit

Permalink
Log arena list count
Browse files Browse the repository at this point in the history
  • Loading branch information
ipdae committed Dec 7, 2023
1 parent 6351a7e commit dd5ba7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NineChronicles.Headless/ArenaParticipantsWorker.cs
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,6 @@ List runeSlotList
}).ToList();
_cache.ArenaParticipantsCache.Set(cacheKey, result, TimeSpan.FromHours(1));
sw.Stop();
_logger.Information("[ArenaParticipantsWorker]Set Arena Cache[{CacheKey}]: {Elapsed}", cacheKey, sw.Elapsed);
_logger.Information("[ArenaParticipantsWorker]Set Arena Cache[{CacheKey}/{TotalCount}]: {Elapsed}", cacheKey, result.Count, sw.Elapsed);
}
}

0 comments on commit dd5ba7c

Please sign in to comment.