Skip to content

Commit

Permalink
Update server.js
Browse files Browse the repository at this point in the history
  • Loading branch information
theosanderson authored Nov 17, 2022
1 parent 635f20d commit 1814367
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion taxonium_backend/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ let options;
app.use(cors());
app.use(compression());

app.use(queue({ activeLimit: 100, queuedLimit: 100 }));
app.use(queue({ activeLimit: 500000, queuedLimit: 500000 }));

const logStatusMessage = (status_obj) => {
console.log("status", status_obj);
Expand Down

1 comment on commit 1814367

@vercel
Copy link

@vercel vercel bot commented on 1814367 Nov 17, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.