File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -158,7 +158,7 @@ function HarmonyAppBar() {
158158 < MenuItem key = "mode" >
159159 < ThemeToggle />
160160 </ MenuItem >
161- < MenuItem key = "language" >
161+ { /* <MenuItem key="language">
162162 <Select
163163 size="small"
164164 id="language"
@@ -169,7 +169,7 @@ function HarmonyAppBar() {
169169 <MenuItem value={"EN"}>English</MenuItem>
170170 <MenuItem value={"PT"}>Portuguese</MenuItem>
171171 </Select>
172- </ MenuItem >
172+ </MenuItem> */ }
173173 < MenuItem key = "model" >
174174 < FormControl sx = { { margin : "auto" } } >
175175 < InputLabel id = "models" > Model</ InputLabel >
Original file line number Diff line number Diff line change @@ -158,14 +158,14 @@ export function DataProvider({ children }) {
158158 const getVersion = useCallback ( ( ) => {
159159 return retryableGetData ( {
160160 url : process . env . REACT_APP_API_VERSION ,
161- timeout : 2500 ,
161+ timeout : 10000 ,
162162 } ) . then ( ( data ) => data . harmony_version || "unknown" ) ;
163163 } , [ ] ) ;
164164
165165 const getModels = useCallback ( ( ) => {
166166 return retryableGetData ( {
167167 url : process . env . REACT_APP_API_MODELS ,
168- timeout : 2500 ,
168+ timeout : 10000 ,
169169 } ) ;
170170 } , [ ] ) ;
171171
You can’t perform that action at this time.
0 commit comments