Re: [rpcd PATCH 3/4] rc: add option to skip running check for list method

2023-02-01 Thread Karl Palsson
Christian Marangi wrote: > On Wed, Feb 01, 2023 at 10:50:24AM -, Karl Palsson wrote: > > > > > > > > Christian Marangi wrote: > > > 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

Re: [rpcd PATCH 3/4] rc: add option to skip running check for list method

2023-02-01 Thread Christian Marangi
On Wed, Feb 01, 2023 at 10:50:24AM -, Karl Palsson wrote: > > > > Christian Marangi wrote: > > 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

Re: [rpcd PATCH 3/4] rc: add option to skip running check for list method

2023-02-01 Thread Karl Palsson
Christian Marangi wrote: > 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. > >

[rpcd PATCH 3/4] rc: add option to skip running check for list method

2023-01-31 Thread Christian Marangi
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