diff --git a/CHANGELOG.md b/CHANGELOG.md index dd7df4dec..5da67db52 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed +- Decreased the rate limiter duration of queue jobs from 5 to 4 seconds - Removed the alias from the `User` database schema ### Fixed diff --git a/apps/api/src/services/data-gathering.module.ts b/apps/api/src/services/data-gathering.module.ts index 6f81a90d6..0083a8d75 100644 --- a/apps/api/src/services/data-gathering.module.ts +++ b/apps/api/src/services/data-gathering.module.ts @@ -17,7 +17,7 @@ import { SymbolProfileModule } from './symbol-profile.module'; imports: [ BullModule.registerQueue({ limiter: { - duration: ms('5 seconds'), + duration: ms('4 seconds'), max: 1 }, name: DATA_GATHERING_QUEUE diff --git a/apps/client/src/app/pages/blog/blog-page.html b/apps/client/src/app/pages/blog/blog-page.html index 871af06a5..2cdd2a604 100644 --- a/apps/client/src/app/pages/blog/blog-page.html +++ b/apps/client/src/app/pages/blog/blog-page.html @@ -84,7 +84,7 @@