mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-04-20 23:56:34 -04:00
Merge branch 'ARI-5995-min' into qa
This commit is contained in:
commit
cd30ba8bfa
@ -100,7 +100,7 @@ class UmbraBehavior {
|
||||
}
|
||||
|
||||
if (didSomething && limit && limit === i+1) {
|
||||
nextAction();
|
||||
this.nextAction();
|
||||
break;
|
||||
}
|
||||
}
|
||||
@ -122,7 +122,7 @@ class UmbraBehavior {
|
||||
} else {
|
||||
var idleTimeMs = Date.now() - this.idleSince;
|
||||
if ((idleTimeMs / 1000) > (this.IDLE_TIMEOUT_SEC - 1) && (this.index < (this.actions.length - 1))) {
|
||||
nextAction();
|
||||
this.nextAction();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user