mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-02-24 08:39:59 -05:00
use shorter interval
This commit is contained in:
parent
06a2b5f817
commit
7dccc809d0
@ -25,7 +25,7 @@ class UmbraBehavior {
|
||||
this.alreadyDone = [];
|
||||
this.idleSince = null;
|
||||
this.intervalId = null;
|
||||
this.intervalTimeMs = 1000;
|
||||
this.intervalTimeMs = 300;
|
||||
this.index = 0;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user