chiark / gitweb /
Uncomment minprofit in route search (!)
[ypp-sc-tools.db-test.git] / yarrg / web / query_routesearch
index 1deeb83edd527dd3ccc2faeda13ae391e728dcce..1bbaf9f5715d8a4a76be4fe0171fe48b4ff5013d 100644 (file)
@@ -60,7 +60,7 @@ my @islandids;
 my $destspec;
 
 my $maxmaxdist=35;
-my $maxcpu=1;
+my $maxcpu=90;
 my $concur_lim=5;
 
 my $qa= \%ARGS;
@@ -174,7 +174,7 @@ foreach my $k (qw(MaxMass MaxVolume MaxCapital)) {
 }
 push @rsargs, defined $routeparams->{LossPerLeaguePct}
        ? $routeparams->{LossPerLeaguePct}*0.01 : 1e-9;
-push @rsargs, 0; #$routeparams->{MinProfit};
+push @rsargs, $routeparams->{MinProfit};
 push @rsargs, 'search',$maxdist, $maxcountea,$maxcountea;
 push @rsargs, $destspec;
 push @rsargs, @islandids;