nefelim4ag / Ananicy

Ananicy - is Another auto nice daemon, with community rules support (Use pull request please)
GNU General Public License v3.0
567 stars 79 forks source link

Apply rules only once on new found processes #424

Closed izissise closed 2 years ago

izissise commented 2 years ago

Keep a state for each TPID of rules that have already been apllied, this means that we don't have to re-check current value for each process.

Also update global proc dict, with new and exited processes, so we can keep track of each process state.

nefelim4ag commented 2 years ago

LGTM, Thank you!