From 1682f21cf7e9d07165c325926c2f3341265de38c Mon Sep 17 00:00:00 2001 From: rustmailer Date: Thu, 14 May 2026 18:59:13 +0800 Subject: [PATCH] update --- web/src/features/accounts/components/action-dialog.tsx | 4 ++-- web/src/features/accounts/components/download-folders.tsx | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/web/src/features/accounts/components/action-dialog.tsx b/web/src/features/accounts/components/action-dialog.tsx index a4344bc..b9481e7 100644 --- a/web/src/features/accounts/components/action-dialog.tsx +++ b/web/src/features/accounts/components/action-dialog.tsx @@ -182,7 +182,7 @@ const defaultValues: Account = { date_since: undefined, date_before: undefined, folder_limit: undefined, - download_interval_min: 10, + download_interval_min: 60, download_batch_size: 30, }; @@ -210,7 +210,7 @@ const mapCurrentRowToFormValues = (currentRow: AccountModel): Account => { date_since: currentRow.date_since ?? undefined, date_before: currentRow.date_before ?? undefined, folder_limit: currentRow.folder_limit ?? undefined, - download_interval_min: currentRow.download_interval_min ?? 10, + download_interval_min: currentRow.download_interval_min ?? 60, download_batch_size: currentRow.download_batch_size ?? 30, }; }; diff --git a/web/src/features/accounts/components/download-folders.tsx b/web/src/features/accounts/components/download-folders.tsx index 67879c4..c71dcfd 100644 --- a/web/src/features/accounts/components/download-folders.tsx +++ b/web/src/features/accounts/components/download-folders.tsx @@ -455,7 +455,7 @@ export function DownloadFoldersDialog({ currentRow, open, onOpenChange }: Props) - + {isLoading && (