fix: change default httptimeout

This commit is contained in:
Gabe
2025-11-03 01:15:47 +08:00
parent fd91bcf603
commit fd014a1d34
3 changed files with 3 additions and 3 deletions

View File

@@ -260,7 +260,7 @@ export default function Settings() {
name="httpTimeout"
value={httpTimeout}
onChange={handleChange}
min={5000}
min={1000}
max={60000}
/>
</Grid>