mirror of
https://github.com/bootandy/dust.git
synced 2026-06-08 11:29:05 +03:00
[PR #511] [CLOSED] fix: Dangerous: Change how threadpool initialized #519
Reference in New Issue
Block a user
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/bootandy/dust/pull/511
Author: @bootandy
Created: 7/5/2025
Status: ❌ Closed
Base:
master← Head:maybe_fix📝 Commits (1)
84a8bacfix: 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.