Skip to content

Commit 5f22e31

Browse files
committed
fix: Possible fix for memory usage
1 parent 2f83ef7 commit 5f22e31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/scraper/src/scraper.module.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { Inject, Logger, Module, OnApplicationBootstrap } from '@nestjs/common'
22
import { ScheduleModule, SchedulerRegistry } from '@nestjs/schedule'
33
import { MongooseModule } from '@nestjs/mongoose'
44
import { CronJob } from 'cron'
5-
import * as pLimit from 'p-limit';
5+
import * as pLimit from 'p-limit'
66

77
import { ModelsModule } from './shared/models.module'
88
import { ConfigModule } from './shared/config/config.module'

0 commit comments

Comments
 (0)