Fetch logs in 30s windows
This commit is contained in:
@ -21,7 +21,7 @@ const domainNames = [
|
||||
/**
|
||||
* The window of time to download in a single fetch.
|
||||
*/
|
||||
const logWindowSeconds = 60;
|
||||
const logWindowSeconds = 30;
|
||||
|
||||
/**
|
||||
* The minimum time to wait between fetches.
|
||||
|
Reference in New Issue
Block a user