mirror of
https://github.com/ppy/osu.git
synced 2025-01-27 14:03:01 +08:00
Add note about missing expiration logic
This commit is contained in:
parent
d46f7535c9
commit
7b320a991f
@ -17,6 +17,8 @@ namespace osu.Game.Scoring
|
|||||||
/// </summary>
|
/// </summary>
|
||||||
public class ScorePerformanceManager : Component
|
public class ScorePerformanceManager : Component
|
||||||
{
|
{
|
||||||
|
// this cache will grow indefinitely per session and should be considered temporary.
|
||||||
|
// this whole component should likely be replaced with database persistence.
|
||||||
private readonly ConcurrentDictionary<PerformanceCacheLookup, double> performanceCache = new ConcurrentDictionary<PerformanceCacheLookup, double>();
|
private readonly ConcurrentDictionary<PerformanceCacheLookup, double> performanceCache = new ConcurrentDictionary<PerformanceCacheLookup, double>();
|
||||||
|
|
||||||
[Resolved]
|
[Resolved]
|
||||||
|
Loading…
Reference in New Issue
Block a user