Skip to content

Commit

Permalink
fix: dynamic threads with dynamic minmax
Browse files Browse the repository at this point in the history
  • Loading branch information
rubiin committed Sep 28, 2023
1 parent fce475f commit 0363e56
Show file tree
Hide file tree
Showing 3 changed files with 159 additions and 159 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,17 +52,17 @@
"test:e2e": "jest --config ./test/jest-e2e.json --runInBand --forceExit"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.420.0",
"@aws-sdk/client-ses": "^3.418.0",
"@aws-sdk/client-s3": "^3.421.0",
"@aws-sdk/client-ses": "^3.421.0",
"@casl/ability": "^6.5.0",
"@golevelup/nestjs-rabbitmq": "^4.0.0",
"@golevelup/nestjs-stripe": "^0.6.3",
"@golevelup/nestjs-webhooks": "^0.2.16",
"@mikro-orm/core": "^5.8.3",
"@mikro-orm/migrations": "^5.8.3",
"@mikro-orm/core": "^5.8.4",
"@mikro-orm/migrations": "^5.8.4",
"@mikro-orm/nestjs": "^5.2.2",
"@mikro-orm/postgresql": "^5.8.3",
"@mikro-orm/reflection": "^5.8.3",
"@mikro-orm/postgresql": "^5.8.4",
"@mikro-orm/reflection": "^5.8.4",
"@mikro-orm/sql-highlighter": "^1.0.1",
"@nestjs/axios": "^3.0.0",
"@nestjs/cache-manager": "^2.1.0",
Expand Down Expand Up @@ -141,8 +141,8 @@
"@firebase/app-compat": "^0.2.19",
"@firebase/app-types": "^0.9.0",
"@golevelup/ts-jest": "^0.4.0",
"@mikro-orm/cli": "^5.8.3",
"@mikro-orm/seeder": "^5.8.3",
"@mikro-orm/cli": "^5.8.4",
"@mikro-orm/seeder": "^5.8.4",
"@nestjs/cli": "10.1.18",
"@nestjs/schematics": "10.0.2",
"@nestjs/testing": "10.2.6",
Expand All @@ -159,7 +159,7 @@
"@types/jest": "^29.5.5",
"@types/mime-types": "^2.1.2",
"@types/multer": "^1.4.8",
"@types/node": "^20.7.0",
"@types/node": "^20.7.1",
"@types/nodemailer": "^6.4.11",
"@types/passport": "^1.0.13",
"@types/passport-facebook": "^3.0.1",
Expand Down
Loading

0 comments on commit 0363e56

Please sign in to comment.