Skip to content

Commit b7e7625

Browse files
authored
feat(settings): enable network settings by default (#2810)
1 parent dd3810a commit b7e7625

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/services/settings.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,14 +46,14 @@ export const DEFAULT_USER_SETTINGS = {
4646
[LAST_USED_QUERY_ACTION_KEY]: QUERY_ACTIONS.execute,
4747
[ASIDE_HEADER_COMPACT_KEY]: true,
4848
[PARTITIONS_HIDDEN_COLUMNS_KEY]: [],
49-
[ENABLE_NETWORK_TABLE_KEY]: false,
49+
[ENABLE_NETWORK_TABLE_KEY]: true,
5050
[USE_SHOW_PLAN_SVG_KEY]: false,
5151
[USE_CLUSTER_BALANCER_AS_BACKEND_KEY]: true,
5252
[ENABLE_AUTOCOMPLETE]: true,
5353
[ENABLE_CODE_ASSISTANT]: true,
5454
[ENABLE_QUERY_STREAMING]: true,
5555
[ENABLE_QUERY_STREAMING_OLD_BACKEND]: false,
56-
[SHOW_NETWORK_UTILIZATION]: false,
56+
[SHOW_NETWORK_UTILIZATION]: true,
5757
[EXPAND_CLUSTER_DASHBOARD]: true,
5858
[AUTOCOMPLETE_ON_ENTER]: true,
5959
[IS_HOTKEYS_HELP_HIDDEN_KEY]: false,

0 commit comments

Comments
 (0)