forked from I2P_Developers/i2p.i2p
- Job Queue/stats: add stat/graph for amount of scheduled jobs (router.tunnelBacklog)
- FloodfillMonitorJob: - Use avg of router.tunnelBacklog instead of current backlog - Some language/spelling fixes
This commit is contained in:
@ -131,7 +131,7 @@ public class BatchedFragmentTest extends FragmentTest {
|
||||
*/
|
||||
public void runBatches() {
|
||||
//success += testBatched(1, false, false, 1024, false, false);
|
||||
// this takes a long fucking time
|
||||
// this takes a long long time
|
||||
for (int i = 1; i <= 1024; i++) {
|
||||
testBatched(i, false, false, 1024, false, false, 1024, false, false);
|
||||
testBatched(i, true, false, 1024, false, false, 1024, false, false);
|
||||
|
Reference in New Issue
Block a user