mirror of
https://github.com/plan-player-analytics/Plan.git
synced 2025-03-01 10:41:09 +01:00
Revert changes at analysis.html and player.html
This commit is contained in:
parent
8186f06d96
commit
8121bb758d
@ -43,11 +43,15 @@ public class DataCacheHandler extends SessionCache {
|
|||||||
|
|
||||||
// Cache
|
// Cache
|
||||||
private final HashMap<UUID, UserData> dataCache;
|
private final HashMap<UUID, UserData> dataCache;
|
||||||
|
|
||||||
// Plan
|
// Plan
|
||||||
private final Plan plugin;
|
private final Plan plugin;
|
||||||
private final Database db;
|
private final Database db;
|
||||||
|
|
||||||
|
//Cache
|
||||||
private Map<String, Integer> commandUse;
|
private Map<String, Integer> commandUse;
|
||||||
private List<List<TPS>> unsavedTPSHistory;
|
private List<List<TPS>> unsavedTPSHistory;
|
||||||
|
|
||||||
// Queues
|
// Queues
|
||||||
private DataCacheSaveQueue saveTask;
|
private DataCacheSaveQueue saveTask;
|
||||||
private DataCacheClearQueue clearTask;
|
private DataCacheClearQueue clearTask;
|
||||||
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user