Join Slack
Powered by
Hrm. <https://osquery.slack.com/archives/CA4AQE3MZ...
# core
s
seph
02/21/2024, 3:19 AM
Hrm.
https://osquery.slack.com/archives/CA4AQE3MZ/p1708342766887499
does
--worker_threads
do anything? I see it defined, but I don’t see it used in the code
s
Stefano Bonicatti
02/21/2024, 10:39 AM
Yeah it's unused; comes from
https://github.com/osquery/osquery/commit/073dd2d5c4af5eabe0843fec8b42481f18b37dcd
, when the dispatcher was actually dispatching tasks between a fixed number of worker threads. We now just have a thread per "service".
Stefano Bonicatti
02/21/2024, 10:43 AM
Should be fully removed
s
seph
02/21/2024, 2:27 PM
Looks like it was removed in
https://github.com/osquery/osquery/pull/1924
Open in Slack
Previous
Next