mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-08-06 21:44:29 -04:00
use shorter interval
This commit is contained in:
parent
06a2b5f817
commit
7dccc809d0
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ class UmbraBehavior {
|
|||
this.alreadyDone = [];
|
||||
this.idleSince = null;
|
||||
this.intervalId = null;
|
||||
this.intervalTimeMs = 1000;
|
||||
this.intervalTimeMs = 300;
|
||||
this.index = 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue