http://idk.i2p/javadoc-i2p/net/i2p/router/JobQueue.html
This does not ever stop or reduce threads. removeRunner void removeRunner (int id) updateStats void updateStats ( Job job,
long doStart,
long origStartAfter,
long duration) calculate and update the job timings
if it was lagged too much or took too long to run, spit out
a warning (and if its really excessive, kill the router) getJobs public int getJobs ( Collection < Job > readyJobs, Collection < Job > timedJobs, Collection < Job > activeJobs, Collection < Job > justFinishedJobs) Dump...