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
Hello.
I'm tryng to check many files with -j0 parameter, but the pylint wait all threads get up to begin to check the source.
I have a lot time wait 30 threads to start, so 30 seconds because each thread expend 1 segund to get up.
Configuration
pylint 2.9.6
astroid 2.11.5
Python 3.9.6
Command used
pylint -j0 xxx.py xxx.py ......
Pylint output
it's ok
Expected behavior
Start the threads after to get up the process in memory.
Pylint version
pylint 2.9.6
astroid 2.11.5
Python 3.9.6
OS / Environment
Windows 11 64
Additional dependencies
No response
The text was updated successfully, but these errors were encountered:
Bug description
Hello.
I'm tryng to check many files with -j0 parameter, but the pylint wait all threads get up to begin to check the source.
I have a lot time wait 30 threads to start, so 30 seconds because each thread expend 1 segund to get up.
Configuration
Command used
Pylint output
it's ok
Expected behavior
Start the threads after to get up the process in memory.
Pylint version
OS / Environment
Windows 11 64
Additional dependencies
No response
The text was updated successfully, but these errors were encountered: