Skip to content

Commit

Permalink
fix: Possible fix for memory usage
Browse files Browse the repository at this point in the history
  • Loading branch information
TriPSs committed Sep 6, 2021
1 parent 2f83ef7 commit 5f22e31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/scraper/src/scraper.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { Inject, Logger, Module, OnApplicationBootstrap } from '@nestjs/common'
import { ScheduleModule, SchedulerRegistry } from '@nestjs/schedule'
import { MongooseModule } from '@nestjs/mongoose'
import { CronJob } from 'cron'
import * as pLimit from 'p-limit';
import * as pLimit from 'p-limit'

import { ModelsModule } from './shared/models.module'
import { ConfigModule } from './shared/config/config.module'
Expand Down

0 comments on commit 5f22e31

Please sign in to comment.