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
At present, a non-int value will get passed straight into ThreadPoolExecutor, which will lead to an error. What it should do, is set thread_pool_size = None.
The text was updated successfully, but these errors were encountered:
At present, a non-int value will get passed straight into
ThreadPoolExecutor
, which will lead to an error. What it should do, is setthread_pool_size = None
.The text was updated successfully, but these errors were encountered: