Skip to content

Commit

Permalink
Updated max timeout to 4 min
Browse files Browse the repository at this point in the history
  • Loading branch information
lcarrere committed Dec 21, 2024
1 parent 5eb8348 commit 19d3049
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LM-Kit-Maestro/UI/ContentViews/ChatSettingsView.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@
<Slider
Grid.ColumnSpan="2"
Grid.Row="1"
Value="{Binding RequestTimeout, Mode=TwoWay}" Minimum="10" Maximum="120"/>
Value="{Binding RequestTimeout, Mode=TwoWay}" Minimum="10" Maximum="240"/>
</Grid>

<Grid StyleClass="SettingGrid">
Expand Down

0 comments on commit 19d3049

Please sign in to comment.