[DiscordArchive] Looking into Linux priories now to understand them more. But the line in ProcessPriority.cpp that sa
[DiscordArchive] Looking into Linux priories now to understand them more. But the line in ProcessPriority.cpp that sa
Archived author: Diro • Posted: 2025-05-10T06:11:36.624000+00:00
Original source
Looking into Linux priories now to understand them more. But the line in ProcessPriority.cpp that says
```#define PROCESS_HIGH_PRIORITY -15 // [-20, 19], default is 0```
Is that correct, or should it say default is -15?
Edit: never mind I think I understand. If high priority is not enabled (default setting in the conf) the process priority is set to 0, but if it is enabled, it gets set to -15. I hope my understand is correct.
Will experiment with bumping that value to -18, any consequence I should be aware of?
Archived author: cyberpro98 • Posted: 2025-05-10T07:59:00.361000+00:00
Original source
I think that is actually missing
Archived author: Mithria • Posted: 2025-05-10T08:23:50.992000+00:00
Original source
Yeah create a row in there for the displayid and let me know if it works
Archived author: cyberpro98 • Posted: 2025-05-10T08:24:38.390000+00:00
Original source
Okay i will try it