You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 24, 2018. It is now read-only.
When I run linear locally, I find there is a config.proto where I get some parameters, such as max_concurrency and num_threads .
But when I change the num_threads , the efficiency wasn't improved. After I read the src, I wonder whether the num_threads can change through the config, and how can I get the thread number of the application.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When I run linear locally, I find there is a
config.proto
where I get some parameters, such asmax_concurrency
andnum_threads
.But when I change the
num_threads
, the efficiency wasn't improved. After I read the src, I wonder whether thenum_threads
can change through the config, and how can I get the thread number of the application.The text was updated successfully, but these errors were encountered: