Skip to content

Commit

Permalink
Enable multi statement mode in editor by default
Browse files Browse the repository at this point in the history
  • Loading branch information
oskarhane committed Apr 29, 2020
1 parent 4971059 commit cf7f208
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shared/modules/settings/settingsDuck.js
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ const initialState = {
editorAutocomplete: true,
editorLint: false,
useCypherThread: true,
enableMultiStatementMode: false,
enableMultiStatementMode: true,
connectionTimeout: 30 * 1000 // 30 seconds
}

Expand Down

0 comments on commit cf7f208

Please sign in to comment.