mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
fix comment
This commit is contained in:
parent
d509b41859
commit
d404cd7c4c
1 changed files with 1 additions and 1 deletions
|
|
@ -744,7 +744,7 @@ async function retrieveHtml(page) {
|
|||
}
|
||||
})();
|
||||
}),
|
||||
await page.waitForTimeout(1000), //5 second timeout
|
||||
await page.waitForTimeout(1000), // 1 second timeout
|
||||
]);
|
||||
logRecord.timing = { ...logRecord.timing, pageScrolled: Date.now() - pageScrollingStart };
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue