Skip to content

Commit

Permalink
Update toast timeout to 3s
Browse files Browse the repository at this point in the history
  • Loading branch information
allanlasser committed Nov 27, 2024
1 parent ca3b07b commit 4842331
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ export const PDF_SIZE_LIMIT_READABLE = "500 MB";
export const DOCUMENT_SIZE_LIMIT = 27262976;
export const DOCUMENT_SIZE_LIMIT_READABLE = "25 MB";

export const TOAST_LENGTH = 2500;
export const TOAST_LENGTH = 3000;
export const TOAST_FADE = 800;

export const LEGACY_CUT_OFF = 20000000;
Expand Down

0 comments on commit 4842331

Please sign in to comment.