Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
ttizze committed Aug 4, 2024
1 parent 54be3f4 commit c3941ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/app/features/translate/translate-user-queue.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ type TranslateJobData = {
aiModel: string;
};

const QUEUE_VERSION = 140;
const QUEUE_VERSION = 1;

export const getTranslateUserQueue = (userId: number) => {
return Queue<TranslateJobData>(`translation-user-${userId}`, QUEUE_VERSION, {
Expand Down

0 comments on commit c3941ab

Please sign in to comment.