Suspect-Manager: allow 999 days for resubmission, track neighbour resubmissions
This commit is contained in:
parent
08161b47fd
commit
d5322667d5
3 changed files with 143 additions and 65 deletions
|
|
@ -240,7 +240,7 @@ public class RouteServer extends Thread implements Comparable<RouteServer>
|
|||
|
||||
if ( wplist.size() < 10 )
|
||||
{
|
||||
NearRecentWps.add( wplist );
|
||||
SuspectManager.nearRecentWps.add( wplist );
|
||||
}
|
||||
for( Map.Entry<String,String> e : params.entrySet() )
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue