Skip to content

Commit

Permalink
fix: Increase quick order message default delete timeout (#18966)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeyber authored Jun 14, 2024
1 parent d0a619f commit 325f23c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export const defaultQuickOrderConfig: QuickOrderConfig = {
minCharactersBeforeRequest: 3,
},
list: {
hardDeleteTimeout: 7000,
hardDeleteTimeout: 240_000,
},
},
};

0 comments on commit 325f23c

Please sign in to comment.