mirror of
https://github.com/ksyasuda/SubMiner.git
synced 2026-07-28 16:49:50 -07:00
feat(sync-ui): default auto-sync interval 60 minutes
This commit is contained in:
@@ -34,7 +34,7 @@ export interface SyncResultUpdate {
|
||||
detail: string | null;
|
||||
}
|
||||
|
||||
const DEFAULT_AUTO_SYNC_INTERVAL_MINUTES = 30;
|
||||
const DEFAULT_AUTO_SYNC_INTERVAL_MINUTES = 60;
|
||||
|
||||
export function createDefaultSyncHostsState(): SyncHostsState {
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user