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:
@@ -758,7 +758,7 @@ sub recv {
|
||||
# this means we can load more. Dangerous loop but well...
|
||||
|
||||
while(length($self->{inbuffer}) < $self->{bytestoread}) {
|
||||
# this should definately end some day
|
||||
# this should definitely end some day
|
||||
$counter++;
|
||||
if($counter > 10000) {
|
||||
$self->log("Error: SAM::recv(): WTF, could not fill inbuffer as predicted by SAM header");
|
||||
|
Reference in New Issue
Block a user