mirror of
https://github.com/router-for-me/EasyCLI.git
synced 2026-04-25 07:35:51 +03:00
[PR #10] [MERGED] feat: add configurable request timeout setting #28
Labels
No labels
bug
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/EasyCLI#28
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/router-for-me/EasyCLI/pull/10
Author: @benzntech
Created: 10/24/2025
Status: ✅ Merged
Merged: 10/25/2025
Merged by: @luispater
Base:
main← Head:feature/add-timeout-setting📝 Commits (2)
3516412feat: automatically cleanup old CLIProxyAPI versions during update6a633d7feat: add configurable request timeout setting📊 Changes
3 files changed (+35 additions, -1 deletions)
View changed files
📝
js/settings-core.js(+7 -0)📝
settings.html(+9 -0)📝
src-tauri/src/main.rs(+19 -1)📄 Description
Description
This PR adds a new configurable request timeout setting to the EasyCLI settings UI, allowing users to customize the timeout duration for API requests.
Changes
UI Changes
New setting appears in the Basic Settings section below "Request Retry":
Benefits
Testing
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.