this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

less concurrency for now

alice ead63be1 e2999934

+1 -1
+1 -1
packages/backend/src/config.ts
··· 14 14 export const METRICS_PORT = process.env.METRICS_PORT ?? '3101'; 15 15 export const BULLMQ_UI_PORT = process.env.BULLMQ_UI_PORT ?? '3102'; 16 16 export const ORIGINS = process.env.ORIGINS?.split(',') ?? ['http://localhost:5173']; 17 - export const BULLMQ_CONCURRENCY = 1500; 17 + export const BULLMQ_CONCURRENCY = 50;