mirror of
https://github.com/tuanngocptn/nport.git
synced 2026-04-26 05:35:48 +03:00
[PR #17] [MERGED] Enhance tunnel cleanup logic with subrequest limit protection #16
Labels
No labels
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nport#16
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/tuanngocptn/nport/pull/17
Author: @tuanngocptn
Created: 2/5/2026
Status: ✅ Merged
Merged: 2/5/2026
Merged by: @tuanngocptn
Base:
main← Head:fix/set_timeout_on_server📝 Commits (1)
af12f3eEnhance tunnel cleanup logic with subrequest limit protection📊 Changes
3 files changed (+80 additions, -22 deletions)
View changed files
📝
server/CHANGELOG.md(+17 -5)📝
server/src/index.ts(+61 -16)📝
server/wrangler.jsonc(+2 -1)📄 Description
MAX_CLEANUPS_PER_RUNenvironment variable to limit the number of tunnels cleaned per cron run, defaulting to 10 to comply with Cloudflare's subrequest limits.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.