We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1a7706 commit fdb8e07Copy full SHA for fdb8e07
1 file changed
src/spikeinterface/core/globals.py
@@ -98,7 +98,7 @@ def is_set_global_dataset_folder() -> bool:
98
99
########################################
100
_default_job_kwargs = dict(
101
- pool_engine="thread", n_jobs=1, chunk_duration="1s", progress_bar=True, mp_context=None, max_threads_per_worker=1
+ pool_engine="process", n_jobs=1, chunk_duration="1s", progress_bar=True, mp_context=None, max_threads_per_worker=1
102
)
103
104
global global_job_kwargs
0 commit comments