fix: update @push.rocks/smartproxy to version 19.6.2 and adjust refresh intervals in app state

This commit is contained in:
Juergen Kunz
2025-06-10 16:09:41 +00:00
parent 02dd3c77b5
commit 0eb4963247
5 changed files with 19 additions and 13 deletions

View File

@ -82,7 +82,7 @@ export const uiStatePart = await appState.getStatePart<IUiState>(
activeView: 'dashboard',
sidebarCollapsed: false,
autoRefresh: true,
refreshInterval: 30000, // 30 seconds
refreshInterval: 1000, // 1 second
theme: 'light',
},
);