test playing temporary-switch-to-cloudmade message only once per route
This commit is contained in:
parent
f7e25c4085
commit
0feec63150
1 changed files with 1 additions and 1 deletions
|
@ -484,7 +484,7 @@ public class RoutingHelper {
|
|||
if (res.isCalculated()) {
|
||||
setNewRoute(res);
|
||||
// reset error wait interval
|
||||
evalWaitInterval = 3000;
|
||||
evalWaitInterval = 3001;
|
||||
} else {
|
||||
evalWaitInterval = evalWaitInterval * 4 / 3;
|
||||
if (evalWaitInterval > 120000) {
|
||||
|
|
Loading…
Reference in a new issue