Skip to content

Commit bfffc73

Browse files
increase min_vehciles
1 parent 1ebca21 commit bfffc73

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

scrapers/lib/config.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,4 @@
22
* Scraper configuration
33
*/
44

5-
export const MIN_VEHICLES = 50; // Minimum vehicles to scrape per model before stopping
6-
7-
// TODO: Change back to 250 after testing
8-
// export const MIN_VEHICLES = 250;
5+
export const MIN_VEHICLES = 250; // Minimum vehicles to scrape per model before stopping

0 commit comments

Comments
 (0)