rc: add option to skip running check for list method
authorChristian Marangi <ansuelsmth@gmail.com>
Tue, 31 Jan 2023 14:40:16 +0000 (15:40 +0100)
committerChristian Marangi <ansuelsmth@gmail.com>
Tue, 31 Jan 2023 15:11:23 +0000 (16:11 +0100)
commit632b4fc898dcbbdfb7077f18f3ee832ecaf93a4c
tree0264b741ba9af02e7d7d907c79507cac897cfdee
parent5577db9208e179e18cfe2e5e8376d58fd9111140
rc: add option to skip running check for list method

Running check may be slow and increase result time in the other of 70ms
for the list method.

Add an option to skip running check by passing the skip_running_check as
true in the list method args to speedup execution if the running info is
not needed.

With the option set to true the execution time lower to just 5ms.

Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
rc.c