Closed djarumlights closed 3 years ago
Hi! I'd like to dial CPU usage back to 50-ish % to just let it float in the background. Do you know what line I might add/edit to do so?
Rather use 8 threads instead of 16 if I could, and I'm not exactly proficient in Python overall.
Figured it out. Line 144 - for cpu in range(multiprocessing.cpu_count()//2):
Hi! I'd like to dial CPU usage back to 50-ish % to just let it float in the background. Do you know what line I might add/edit to do so?
Rather use 8 threads instead of 16 if I could, and I'm not exactly proficient in Python overall.