[PR #511] [CLOSED] fix: Dangerous: Change how threadpool initialized #519

Closed
opened 2026-06-08 11:29:02 +03:00 by zhus · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/bootandy/dust/pull/511
Author: @bootandy
Created: 7/5/2025
Status: Closed

Base: masterHead: maybe_fix


📝 Commits (1)

  • 84a8bac fix: Dangerous: Change how threadpool initialized

📊 Changes

1 file changed (+13 additions, -26 deletions)

View changed files

📝 src/main.rs (+13 -26)

📄 Description

Only init the ThreadPoolBuilder if we have changes to make (ie memory or
thread count)

https://github.com/bootandy/dust/issues/503


🔄 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/bootandy/dust/pull/511 **Author:** [@bootandy](https://github.com/bootandy) **Created:** 7/5/2025 **Status:** ❌ Closed **Base:** `master` ← **Head:** `maybe_fix` --- ### 📝 Commits (1) - [`84a8bac`](https://github.com/bootandy/dust/commit/84a8bac7d609b170d81930b549e858d583609cd0) fix: Dangerous: Change how threadpool initialized ### 📊 Changes **1 file changed** (+13 additions, -26 deletions) <details> <summary>View changed files</summary> 📝 `src/main.rs` (+13 -26) </details> ### 📄 Description Only init the ThreadPoolBuilder if we have changes to make (ie memory or thread count) https://github.com/bootandy/dust/issues/503 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
zhus added the pull-request label 2026-06-08 11:29:02 +03:00
zhus closed this issue 2026-06-08 11:29:03 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: bootandy/archived-dust#519