use streaming API by default
This commit is contained in:
parent
238ebcf1e4
commit
fd9f78a7a1
3 changed files with 4 additions and 2 deletions
|
@ -55,7 +55,7 @@ export const defaultState = {
|
|||
highlight: {},
|
||||
interfaceLanguage: browserLocale,
|
||||
hideScopeNotice: false,
|
||||
useStreamingApi: false,
|
||||
useStreamingApi: true,
|
||||
sidebarRight: undefined, // instance default
|
||||
scopeCopy: undefined, // instance default
|
||||
subjectLineBehavior: undefined, // instance default
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue