diff options
author | Anderson Shindy Oki <[email protected]> | 2024-12-04 21:57:06 +0900 |
---|---|---|
committer | Anderson Shindy Oki <[email protected]> | 2024-12-04 21:57:06 +0900 |
commit | c30c822f37948067a94054245c5a3a9aa23821ee (patch) | |
tree | 3d6359bfc11c45ae2c6350573fae8739b9ea085f | |
parent | c396ec3d5bbed44804cb916dd1f302020abaebc0 (diff) | |
download | bazarr-c30c822f37948067a94054245c5a3a9aa23821ee.tar.gz bazarr-c30c822f37948067a94054245c5a3a9aa23821ee.zip |
feat: make progress timeout 3 seconds
-rw-r--r-- | frontend/src/modules/task/notification.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/src/modules/task/notification.ts b/frontend/src/modules/task/notification.ts index 97601b452..e8285193a 100644 --- a/frontend/src/modules/task/notification.ts +++ b/frontend/src/modules/task/notification.ts @@ -27,7 +27,7 @@ export const notification = { }; }, - PROGRESS_TIMEOUT: 10 * 1000, + PROGRESS_TIMEOUT: 3 * 1000, progress: { pending: ( |