Skip to content

Commit

Permalink
fix: set puppeteer timeout to 0 to prevent from server going down
Browse files Browse the repository at this point in the history
  • Loading branch information
Lim-Changi committed Apr 24, 2024
1 parent 5a73d99 commit 1f0b979
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/scraper/scraper.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ export class ScraperService {
'--disable-setuid-sandbox',
'--disable-dev-shm-usage',
],
timeout: 0,
};

if (!this.configService.get('LOCAL')) {
Expand Down

0 comments on commit 1f0b979

Please sign in to comment.