Plan/Plan/fabric/src/main/java/net/playeranalytics/plan/gathering/timed
Risto Lahtela a7478645bd Reduce the amount of tasks used for upkeep
- Ping gathering now uses a map of timestamps
  - Removes a task that waited for ping data to be reliable (one task / join)
- Cookie expiration now uses a map of timestamps
  - Removes a task that waited for cookie to expire (one task / login cookie)

Affects issues:
- Possibly fixed #1984
2022-01-06 15:43:48 +02:00
..
FabricPingCounter.java Reduce the amount of tasks used for upkeep 2022-01-06 15:43:48 +02:00