Replies: 1 comment
|
Yes. Set For example, to allow only three concurrent conversions: convert:
threads: 3or: beet convert --threads 3 <query>This limits the number of parallel conversion workers, not the total number of files selected. If the server has a strict CPU quota, start with |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I'm trying to run beets on a server where I have limited cpu usage but a bunch of cores and threads. Is there a way to limit how many files the convert command picks up? Mainly because it goes really slow once it picks up anything more than 15 files lol.
All reactions