mirror of
https://github.com/bootandy/dust.git
synced 2026-06-08 11:29:05 +03:00
[GH-ISSUE #274] Can dust close multi-threads run? #119
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?
Originally created by @karhow on GitHub (Nov 7, 2022).
Original GitHub issue: https://github.com/bootandy/dust/issues/274
Because my linux machine's data disk is SATA,it will lock when the path have many dirs. Can I run dust use less threads?
@bootandy commented on GitHub (Nov 9, 2022):
There used to be that option but it wasn't needed any more. We can bring it back.
@bootandy commented on GitHub (Jan 7, 2023):
Yes you can do this:
export RAYON_NUM_THREADS=1
I'll add a note to the source code too.