fix: update @push.rocks/smartproxy to version 19.6.2 and adjust refresh intervals in app state
This commit is contained in:
@ -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',
|
||||
},
|
||||
);
|
||||
|
Reference in New Issue
Block a user