ripple-unmaintained / ripple-lib-java

Java version of ripple-lib (work in progress)
ISC License
126 stars 109 forks source link

Fixed Memory Leaks and simplified/expanded logging to use standard mechanisms. Now able to run continuously for months at a time instead of hours only. #53

Closed shdwshard closed 9 years ago

shdwshard commented 9 years ago

Replacing TreeMap of Requests with a 60 second timeout Guava based map. (Fixes memory leak) Various logging cleanup and standardisation. (Improves logging capabilities and allows output redirection to other mechanisms by developers)

sublimator commented 9 years ago

Excellent, thanks Charles, I merged in the majority of these changes by hand sometime back, but in the development branch. I'll comb over this and see if there's anything else.