mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-05 20:27:52 +08:00
feat: longer closing puppeteer page time
This commit is contained in:
@@ -19,7 +19,7 @@ module.exports = async () => {
|
||||
}
|
||||
setTimeout(async () => {
|
||||
browser.close();
|
||||
}, 10000);
|
||||
}, 30000);
|
||||
|
||||
return browser;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user