fix: change default httptimeout
This commit is contained in:
@@ -260,7 +260,7 @@ export default function Settings() {
|
||||
name="httpTimeout"
|
||||
value={httpTimeout}
|
||||
onChange={handleChange}
|
||||
min={5000}
|
||||
min={1000}
|
||||
max={60000}
|
||||
/>
|
||||
</Grid>
|
||||
|
||||
Reference in New Issue
Block a user