PlayerIPAPI-1.1.4.jar
Details
-
FilenamePlayerIPAPI-1.1.4.jar
-
Uploaded by
-
UploadedJun 19, 2018
-
Size4.61 MB
-
Downloads232
-
MD542918463a0682a4eef30a1825f015e99
Supported Bukkit Versions
- 1.12
- 1.11
- 1.10
- 1.9
- 1.8.1
- 1.8
- 1.8.3
Changelog
* Gave sqlLoadTime a more sane default in the config
* Fixed connection leaks with Redis
* (Hopefully) fixed stale caching for in-memory caches
* API now returns a guava ImmutableSet (function return values are still Sets)
* Fixed issue with in-memory caches not being invalidated at the correct time when Redis/Rabbit are used
* Redis pool now uses a more sane max size
* Moved Redis connection creation (from pool) to new utility class for readability and to avoid bugs