[PR #463] [MERGED] Resources usage optimization #512

Closed
opened 2026-02-26 04:35:29 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/mageddo/dns-proxy-server/pull/463
Author: @mageddo
Created: 6/4/2024
Status: Merged
Merged: 6/4/2024
Merged by: @mageddo

Base: masterHead: feat/455


📝 Commits (5)

  • 8cac13a canceling ping thread
  • a99bdbe release notes
  • 5f72a13 [Gradle Release Plugin] - new version commit: '3.19.1'.
  • 3d76600 adjusting release notes
  • c6f4413 adjusting version

📊 Changes

6 files changed (+64 additions, -11 deletions)

View changed files

📝 RELEASE-NOTES.md (+3 -0)
📝 gradle.properties (+1 -1)
📝 src/main/java/com/mageddo/dnsserver/TCPServer.java (+19 -8)
📝 src/main/java/com/mageddo/net/NetExecutorWatchdog.java (+3 -2)
src/test/java/com/mageddo/net/NetExecutorWatchdogTest.java (+31 -0)
📝 src/test/java/testing/templates/IpAddrTemplates.java (+7 -0)

📄 Description

Resources usage optimization identified at #455


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/mageddo/dns-proxy-server/pull/463 **Author:** [@mageddo](https://github.com/mageddo) **Created:** 6/4/2024 **Status:** ✅ Merged **Merged:** 6/4/2024 **Merged by:** [@mageddo](https://github.com/mageddo) **Base:** `master` ← **Head:** `feat/455` --- ### 📝 Commits (5) - [`8cac13a`](https://github.com/mageddo/dns-proxy-server/commit/8cac13a02a9fc231df035e72117e66cae1c81f83) canceling ping thread - [`a99bdbe`](https://github.com/mageddo/dns-proxy-server/commit/a99bdbecae549bcc57cf678dbc0cdff9102c1a62) release notes - [`5f72a13`](https://github.com/mageddo/dns-proxy-server/commit/5f72a13b59c5fd9fb762178e6fbf475efc8e81a9) [Gradle Release Plugin] - new version commit: '3.19.1'. - [`3d76600`](https://github.com/mageddo/dns-proxy-server/commit/3d7660081e787b25e2ff8098942a867704d26c14) adjusting release notes - [`c6f4413`](https://github.com/mageddo/dns-proxy-server/commit/c6f44132c76c4dbf3e20ee73ba6c1fa53454ff1c) adjusting version ### 📊 Changes **6 files changed** (+64 additions, -11 deletions) <details> <summary>View changed files</summary> 📝 `RELEASE-NOTES.md` (+3 -0) 📝 `gradle.properties` (+1 -1) 📝 `src/main/java/com/mageddo/dnsserver/TCPServer.java` (+19 -8) 📝 `src/main/java/com/mageddo/net/NetExecutorWatchdog.java` (+3 -2) ➕ `src/test/java/com/mageddo/net/NetExecutorWatchdogTest.java` (+31 -0) 📝 `src/test/java/testing/templates/IpAddrTemplates.java` (+7 -0) </details> ### 📄 Description Resources usage optimization identified at #455 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 04:35:29 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/dns-proxy-server-mageddo#512
No description provided.